import * as React$1 from "react"; import * as react_jsx_runtime0 from "react/jsx-runtime"; //#region src/react/ui/table.d.ts /** Structured data display with rows and columns */ declare function Table({ className, ...props }: React$1.ComponentProps<"table">): react_jsx_runtime0.JSX.Element; declare function TableHeader({ className, ...props }: React$1.ComponentProps<"thead">): react_jsx_runtime0.JSX.Element; declare function TableBody({ className, ...props }: React$1.ComponentProps<"tbody">): react_jsx_runtime0.JSX.Element; declare function TableFooter({ className, ...props }: React$1.ComponentProps<"tfoot">): react_jsx_runtime0.JSX.Element; declare function TableRow({ className, ...props }: React$1.ComponentProps<"tr">): react_jsx_runtime0.JSX.Element; declare function TableHead({ className, ...props }: React$1.ComponentProps<"th">): react_jsx_runtime0.JSX.Element; declare function TableCell({ className, ...props }: React$1.ComponentProps<"td">): react_jsx_runtime0.JSX.Element; declare function TableCaption({ className, ...props }: React$1.ComponentProps<"caption">): react_jsx_runtime0.JSX.Element; //#endregion export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow }; //# sourceMappingURL=table.d.ts.map