import { ScaledSize } from 'react-native'; export declare const isMobile: ({ width }: ScaledSize) => boolean; export declare const isTablet: ({ width }: ScaledSize) => boolean; export declare const isDesktop: ({ width }: ScaledSize) => boolean;