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