export interface TextGeneratorTheme { base: string; wrapper: string; } export declare const textGeneratorTheme: TextGeneratorTheme; //# sourceMappingURL=theme.d.ts.map