import { type StyledProps } from "./Styled"; /** * moaui Styled Table Cell * * @param {StyledProps} props - align, children, padding, size, sortDirection, showCheckbox, hideLabel, showLeftIcon, showRightIcon, enabled * @example * * {children} * * @returns React.ReactElement */ export default function TableCell(props: StyledProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map