import { ICustomTheme } from './theme';
export declare const getCSS: (appTheme: ICustomTheme, appDarkTheme?: ICustomTheme, accentColor?: string) => string;
//# sourceMappingURL=css.d.ts.map