import { type StyledProps } from "./Styled"; /** * maoui Styled Table Body * * @param {StyledProps} props - children * @example * * {children} * * @returns React.ReactElement */ export default function TableBody(props: StyledProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map