import { ThemeCssConfig } from './theme-css.types';
export declare function buildThemeCSS(config: ThemeCssConfig): Promise<void>;
