declare const createComponentsConfig: (format: "es" | "cjs") => any; declare const createStyleConfig: (entry: any, outputPath: any) => { input: any; plugins: import("rollup").Plugin[]; output: { file: any; }; }; export { createComponentsConfig, createStyleConfig };