import { ITable, ITableProps } from "./types";
/**
 * Table
 */
export declare const Table: (props: ITableProps) => ITable;
