declare type BreakpointsType = 'xs' | 'sm' | 'lg' | 'xl'; export declare const mediaQueries: (key: BreakpointsType) => (style: string) => string; declare type GlobalStyleProps = { excludeCSSReset?: boolean; urlImport?: string; }; export declare const GlobalStyle: import("styled-components").GlobalStyleComponent; export {};