/// interface Props { columns: any[]; data: any[]; } export default function MuiTable({ columns, data }: Props): JSX.Element; export {};