export interface NextStudioGlobalStyleProps {
    fontFamily?: string;
    bg?: string;
    unstable__tailwindSvgFix?: boolean;
}
export declare const NextStudioGlobalStyle: import("styled-components").GlobalStyleComponent<NextStudioGlobalStyleProps, import("styled-components").DefaultTheme>;
