import { type StyledProps } from "./Styled"; /** * moaui Styled Table * * @param {StyledProps} props - children, padding, size, stickyHeader * @example * * {children} *
* @returns React.ReactElement */ declare const Table: (props: StyledProps) => import("react/jsx-runtime").JSX.Element; declare const SampleProps: {}; export default Table; export { type StyledProps as TableProps, SampleProps as TableSample, }; //# sourceMappingURL=index.d.ts.map