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