/** * Breakpoints for useBreakpoints hook * * Should match the tailwind breakpoints in \@scalar/themes */ export declare const screens: { /** Mobile */ xs: string; /** Large Mobile */ sm: string; /** Tablet */ md: string; /** Desktop */ lg: string; /** Ultrawide and larger */ xl: string; /** Custom breakpoint for zoomed in screens (should trigger at about 200% zoom) */ zoomed: string; }; //# sourceMappingURL=constants.d.ts.map