import React from 'react';
import { ITableV2 } from './types/table';
export declare const Table: React.ForwardRefExoticComponent<ITableV2 & {
    children?: React.ReactNode | undefined;
} & React.RefAttributes<HTMLDivElement>>;
export { Table as TableV2 };
