export declare const BREAKPOINTS: { phone: number; tablet: number; desktop: number; }; export declare const toRem: (px: number) => string | number;