import * as d from '../../declarations';
export declare function generateComponentStyles(config: d.Config, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx): Promise<void[][]>;
export declare function getStyleId(cmp: d.ComponentCompilerMeta, modeName: string, isScopedStyles: boolean): string;
export declare function escapeCssForJs(style: string): string;
export declare const PLUGIN_HELPERS: {
    pluginName: string;
    pluginId: string;
    pluginExts: string[];
}[];
