export declare function useScreen(): {
    isSmall: () => boolean;
};
