export type TableInfinityProps = {

}

declare const TableInfinity: React.ComponentType<TableInfinityProps>;

export default TableInfinity;