/** * Generated file, do not edit directly! */ declare const _default: { Max: { /** * Use with `@media` `max-width` to apply styles to mobile-sized screens. * Value: 640. */ Mobile: number; /** * Use with `@media` `max-width` to apply styles to tablets and smaller screens. * Value: 960. */ Tablet: number; /** * Use with `@media` `max-width` to apply styles to desktops and smaller screens. * Value: 1920. */ Desktop: number; }; Min: { /** * Use this with `@media` `min-width`, to apply styles to tablet and wider screen sizes. * Value: 641. */ Tablet: number; /** * Use this with `@media` `min-width`, to apply styles to desktop and wider screen sizes. * Value: 961. */ Desktop: number; /** * Use this with `@media` `min-width`, to apply styles to widescreen desktop and wider screen sizes. * Value: 1921. */ Widescreen: number; }; }; export default _default; //# sourceMappingURL=index.d.ts.map