/// export declare const mediaStyle: string; export declare const Media: import("react").ComponentType>, MediaContextProvider: import("react").ComponentType>; export declare const xs: { maxWidth: number; }; export declare const sm: { minWidth: number; }; export declare const md: { minWidth: number; }; export declare const lg: { minWidth: number; }; export declare const xl: { minWidth: number; }; export declare const xxl: { minWidth: number; }; export declare const xsExact: { maxWidth: number; }; export declare const smExact: { minWidth: number; maxWidth: number; }; export declare const mdExact: { minWidth: number; maxWidth: number; }; export declare const lgExact: { minWidth: number; maxWidth: number; }; export declare const xlExact: { minWidth: number; maxWidth: number; }; export declare const xxlExact: { minWidth: number; };