export declare type StudioTheme = { name: string; id?: string; values: StudioThemeValues[]; overrides?: StudioThemeValues[]; }; export declare type StudioThemeValues = { key: string; value: StudioThemeValue; }; export declare type StudioThemeValue = { value?: string; children?: StudioThemeValues[]; }; //# sourceMappingURL=theme.d.ts.map