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