import type { IBundlerOption } from '../../../abstraction/index.js'; import { InlineConfig } from 'vite'; import { ViteBundler } from '../vite-bundler.js'; export declare class ComponentStyleBundler extends ViteBundler { private _inputs; constructor(inputs: Record); protected mapOption(option: IBundlerOption): InlineConfig; }