import * as React from 'react'; import { NullableElement } from '../../DomUtils/selectors'; export declare function ElementRefContextProvider({ children }: { children: React.ReactNode; }): JSX.Element; export declare type ElementRef = React.MutableRefObject; export declare function usePickerMainRef(): ElementRef; export declare function useAnchoredEmojiRef(): ElementRef; export declare function useSetAnchoredEmojiRef(): (target: NullableElement) => void; export declare function useBodyRef(): ElementRef; export declare function useSearchInputRef(): ElementRef; export declare function useSkinTonePickerRef(): ElementRef; export declare function useCategoryNavigationRef(): ElementRef; export declare function useVariationPickerRef(): ElementRef;