export declare const DeviceContext: import("react").Context; export declare const useDevice: () => { isNarrowView: boolean | null; };