export interface CssGlobalStylingProps { name: string; children: string; } declare const CssGlobalStyling: (props: CssGlobalStylingProps) => null; export default CssGlobalStyling;