/// import { ITableProps } from "../config/type"; declare function FTable(props: ITableProps): JSX.Element; export default FTable;