/**
 * Build style entry of all components
 */
export declare function genComponentStyle(options?: {
    cache: boolean;
}): void;
