export type { TableBodyProps, TableDataProps, TableHeaderProps, TableHeadProps, TableProps, TableRowProps, } from './Table.js'; export declare const Table: (({ children, className, ...otherProps }: import('./Table.js').TableProps) => import("react").JSX.Element) & { Body: ({ children, className, ...otherProps }: import('./Table.js').TableHeaderProps) => import("react").JSX.Element; D: ({ children, className, ...otherProps }: import('./Table.js').TableDataProps) => import("react").JSX.Element; H: ({ children, className, ...otherProps }: import('./Table.js').TableHeaderProps) => import("react").JSX.Element; Head: ({ children, className, ...otherProps }: import('./Table.js').TableHeadProps) => import("react").JSX.Element; R: ({ children, className, ...otherProps }: import('./Table.js').TableRowProps) => import("react").JSX.Element; }; //# sourceMappingURL=main.d.ts.map