import { FC } from 'react';
import { IDynamicTableProps } from './type';
export declare const DynamicTable: FC<IDynamicTableProps>;
