import * as d from '../../declarations';
export declare function replaceStylePlaceholders(cmps: d.ComponentCompilerMeta[], modeName: string, code: string): string;
export declare function getStyleTextPlaceholder(cmp: d.ComponentCompilerMeta): string;
export declare function getAllModes(cmps: d.ComponentCompilerMeta[]): string[];
