import { css as emotionCss, Global as emotionGlobal, keyframes as emotionKeyframes } from '@emotion/react'; export declare const css: typeof emotionCss; export declare const Global: typeof emotionGlobal; export declare const styled: import("@emotion/styled").CreateStyled; export declare const keyframes: typeof emotionKeyframes;