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