export declare const DESKTOP_MEDIA_QUERY = "only screen and (min-width: 769px)"; export declare const TABLET_MEDIA_QUERY = "only screen and (min-width: 769px)"; export declare const MOBILE_MEDIA_QUERY = "only screen and (min-width: 769px)"; //# sourceMappingURL=breakpoints.d.ts.map