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