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