import { type IThemeDefinition } from "@gooddata/sdk-model"; /** * Indigo theme still does not match default scss (because of inconsistent variables), * but feel free to use for exploration to see the differences. * * @internal */ export declare const indigoTheme: IThemeDefinition; //# sourceMappingURL=indigo.d.ts.map