export declare function useWidgetDevice(): { isMobile: boolean; isTablet: boolean; minDevice: (minWidth: number) => boolean; maxDevice: (maxWidth: number) => boolean; };