interface TransformedBreakpoints { [key: string]: string; } export declare const breakpoints: TransformedBreakpoints; export {};