type GlobalStylesProps = { withFonts?: boolean; }; export declare const GlobalStyles: ({ withFonts }: GlobalStylesProps) => null; export {};