/// import './style'; export declare function ExportFileModalByApi({ onCancel, visible, fields, selectedKeysList, handleInOrOutRecordModealVisible, dbName, where, whereList, orderBy, orderType, tableColumns, supportManyRelated, }: { onCancel: any; visible: any; fields: any; selectedKeysList: any; handleInOrOutRecordModealVisible: any; dbName: any; where: any; whereList: any; orderBy: any; orderType: any; tableColumns: any; supportManyRelated: any; }): JSX.Element;