export declare const _extractComponentName: (filePath: string) => string;
interface BuildOnTheFly {
    files: string[];
}
export declare const buildOnTheFly: ({ files }: BuildOnTheFly) => Promise<void>;
export {};
