export declare function useIsDesktop(breakpoint?: number, defaultValue?: boolean | (() => boolean)): boolean;