import * as React from "react"; import { IconProps } from '../lib'; declare const Table: (props: IconProps) => React.JSX.Element; export default Table; //# sourceMappingURL=Table.d.ts.map