///
declare const _default: () => {
columnWidth: number;
columnTitle: JSX.Element;
onSelect: (record: any, selected: any) => Promise;
selectedRowKeys: string[];
getCheckboxProps: (record: any) => {
disabled: boolean;
style: {
display: string;
} | undefined;
};
};
export default _default;