import { Global as EmotionGlobal, Interpolation } from '@emotion/core'; import { Theme } from '../../theme/createTheme'; export declare const GlobalCss: typeof EmotionGlobal; export declare const DefaultGlobalCss: () => JSX.Element; export declare const createGlobalStyles: (theme: Theme) => Interpolation;