export declare const isHidden: (screenSize: any, props: any) => boolean; export declare const getComponentWidth: (screenSize: any, props: any) => any; export declare const getComponentOffset: (screenSize: any, props: any) => string | 0;