import * as react_jsx_runtime0 from "react/jsx-runtime"; //#region src/components/mdx/mdx-components/table.d.ts declare function Table({ className, ...props }: React.HTMLAttributes): react_jsx_runtime0.JSX.Element; declare function TableRow({ className, ...props }: React.HTMLAttributes): react_jsx_runtime0.JSX.Element; declare function TableHeader({ className, ...props }: React.ThHTMLAttributes): react_jsx_runtime0.JSX.Element; declare function TableCell({ className, ...props }: React.HTMLAttributes): react_jsx_runtime0.JSX.Element; //#endregion export { TableRow as i, TableCell as n, TableHeader as r, Table as t };