import * as d from '../../declarations';
export declare function componentEntryPlugin(config: d.Config, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx, build: d.Build, entryModules: d.EntryModule[]): {
    name: string;
    resolveId(id: string): string;
    load(id: string): Promise<string>;
};
