export declare const topInfo: { label: string; key: string; }[]; export declare const leftDataKeys: { table: string; tableId: string; dataSource: string; filters: string; page: string; size: string; total: string; columns: string; }; export declare const rightDataKeys: { table: string; tableId: string; dataSource: string; filters: string; page: string; size: string; total: string; columns: string; }; export declare const formTypes: { Input: { type: string; setPlaceholder: (text: any) => string; }; Select: { type: string; setPlaceholder: (text: any) => string; }; DateTimeRange: { type: string; props: { showTime: boolean; }; }; NumberRange: { type: string; setPlaceholder: (text: any) => string[]; }; }; export declare function getValue(params: string | number): string | number; export declare const statusInfo: { 1: string; 2: string; 3: string; }; export declare const editStatus = "3"; export declare function dataSourceFormat(data: any): any[]; export declare function tableDataFormat(data: any): any; export declare function getQueryList(params: any): any[]; export declare function getTableData(prevData: any, changeData: any): any[];