import type { CSSInterpolation } from "./types"; export declare function GlobalStyles(props: { styles: CSSInterpolation; }): JSX.Element;