/// export declare type column = { key?: string; dataIndex: string; title?: string; render?: (text: any, record: any, index: any) => React.ReactNode; }; export declare type rowSize = 'large' | 'default' | 'small';