import { FileComponent, FileConfig } from './types'; export declare function fileGenerator(config: FileConfig): FileComponent;