import type { BuildOptions, UserConfig } from 'vite';
export declare const bundle: BuildOptions;
/** Every web component, keyed by its public entry name. Single source of truth:
 * the per-component ES build below and the per-component IIFE build
 * (bin/build-iife.ts) both derive their entry lists from this map. */
export declare const componentEntries: Record<string, string>;
export declare const es: BuildOptions;
export declare const viteConfig: UserConfig;
declare const _default: UserConfig;
export default _default;
