export type AcEdUiTheme = 'light' | 'dark'; export declare function applyUiTheme(theme: AcEdUiTheme, target?: HTMLElement): void; export declare function applyUiThemeFromBackground(backgroundColor: number, target?: HTMLElement): void; //# sourceMappingURL=AcEdUiTheme.d.ts.map