import { TableType } from "../intefaces/interfaces"; declare function DelightTable(props: TableType): JSX.Element; export default DelightTable;