import { FC } from 'react'; import { TableLayoutProps } from '../../../../types'; declare const TableLayout: FC; export default TableLayout;