declare const _default: ({ title: string; key: string; width: number; dataIndex?: undefined; customRender?: undefined; } | { title: string; dataIndex: string; key: string; width?: undefined; customRender?: undefined; } | { title: string; dataIndex: string; key: string; customRender: (record: any) => string; width?: undefined; })[]; export default _default;