export declare const BASE_SCSS = "base.scss"; export declare function getStyleList(dir: string): string[]; export declare function genInjectContent({ styleList, componentName, topElement, dir, }: { styleList: Array; componentName: string; topElement: string; dir?: string; }): string; export declare function getComponentName(dir: string): string;