import { ConeScaffoldProps } from './type'; export declare const extCssReg: RegExp; export declare function isExtCss(filepath: string): boolean; export declare function processCss({ filepath, str, props, }: { filepath: string; str: string; props: ConeScaffoldProps; }): string; //# sourceMappingURL=css.d.ts.map