import { Theme } from '../theme'; import { DeepPartial } from '../types'; export declare function generateGlobalStyle(theme?: DeepPartial): { [k: string]: string; };