export declare const DEFAULT_BREAKPOINTS: { lg: { minWidth: number; }; md: { minWidth: number; maxWidth: number; }; sm: { maxWidth: number; maxView: number; }; }; export declare const MAX_PAGE_WIDTH = 1200;