export declare const setDevice: (d: DeviceType) => void; export type DeviceType = '' | 'mobile' | 'tablet'; export declare const useDevice: () => DeviceType;