/// interface IProps { records: any; columns: any; } export default function (props: IProps): JSX.Element; export {};