import { type JsonApiThemeIn } from "@gooddata/api-client-tiger"; import { type IThemeDefinition } from "@gooddata/sdk-model"; export declare const convertTheme: (id: string, theme: IThemeDefinition) => JsonApiThemeIn; //# sourceMappingURL=ThemeConverter.d.ts.map