import type { BuildThemeSuiteProps } from './types'; export declare function createStudioThemes(props: BuildThemeSuiteProps): { themeBuilder: import("./ThemeBuilder").ThemeBuilder; themes: Record<"light" | "dark" | `light_${string}` | `dark_${string}`, { [x: string]: string; } & Record>; }; //# sourceMappingURL=createStudioThemes.d.ts.map