import React from "react";
import { TableProps } from "./types";
export declare const Table: React.MemoExoticComponent<({ children, size, ...props }: TableProps) => JSX.Element>;
