export declare type UseShowDesktopProps = number;
export default function useShowDesktop(breakpoint?: UseShowDesktopProps): boolean;
