///
import { type TableProps as MuiTableProps } from '@mui/material';
import { type WithoutEmotionSpecific } from '../types';
export type TableProps = WithoutEmotionSpecific;
export declare const Table: ({ size, ...props }: TableProps) => JSX.Element;