import { type ITheme } from "@gooddata/sdk-model"; /** * @internal */ export declare const isDarkTheme: (theme: ITheme | undefined) => boolean; //# sourceMappingURL=isDarkTheme.d.ts.map