import React from 'react'; import { MarginProps } from '../../helpers'; import { TableItem, TableProps } from './types'; export declare const Table: (props: TableProps) => React.ReactElement>; export declare const TableFigure: React.FC<{ children?: React.ReactNode; } & MarginProps>; //# sourceMappingURL=Table.d.ts.map