export declare const LG_BREAKPOINT = 1024; export declare const MD_BREAKPOINT = 768; export declare const SM_BREAKPOINT = 512; export declare const XL_BREAKPOINT = 1280; export declare const XS_BREAKPOINT = 320; export declare const XXL_BREAKPOINT = 1440;