export type BreakpointsType = { inMobile: string; inTablet: string; inDesktop: string; inMobileAndTablet: string; inSmallMobile: string; inExtraSmallMobile: string; inSmDevice: string; inXlDevice: string; inXxlDevice: string; }; //# sourceMappingURL=Breakpoints.d.ts.map