import React from "react"; export declare function notEmpty(value: TValue | null | undefined): value is TValue; export type RequireOnlyOne = Pick> & { [K in Keys]-?: Required> & Partial, undefined>>; }[Keys]; export declare const isBrowser: () => boolean; export declare const useFocus: () => [React.RefObject, () => void];