import { HTMLAttributes, TdHTMLAttributes, ThHTMLAttributes } from 'react'; declare function Table({ ref, className, ...props }: HTMLAttributes & { ref?: React.Ref; }): import("react/jsx-runtime").JSX.Element; declare function TableHeader({ ref, className, ...props }: HTMLAttributes & { ref?: React.Ref; }): import("react/jsx-runtime").JSX.Element; declare function TableBody({ ref, className, ...props }: HTMLAttributes & { ref?: React.Ref; }): import("react/jsx-runtime").JSX.Element; declare function TableFooter({ ref, className, ...props }: HTMLAttributes & { ref?: React.Ref; }): import("react/jsx-runtime").JSX.Element; declare function TableRow({ ref, className, ...props }: HTMLAttributes & { ref?: React.Ref; }): import("react/jsx-runtime").JSX.Element; declare function TableHead({ ref, className, ...props }: ThHTMLAttributes & { ref?: React.Ref; }): import("react/jsx-runtime").JSX.Element; declare function TableCell({ ref, className, ...props }: TdHTMLAttributes & { ref?: React.Ref; }): import("react/jsx-runtime").JSX.Element; declare function TableCaption({ ref, className, ...props }: HTMLAttributes & { ref?: React.Ref; }): import("react/jsx-runtime").JSX.Element; export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow }; //# sourceMappingURL=table.d.ts.map