import { IconProps } from '../lib';
declare function Table(props: IconProps): JSX.Element;
export default Table;
