export declare const desktopDelimiter = 922; export declare const tabletDelimiter = 768; export declare const phoneDelimiter = 576; declare const media: { custom: (maxWidth: number) => string; desktop: string; tablet: string; phone: string; }; export default media; //# sourceMappingURL=customMediaQuery.d.ts.map