import * as React from "react"; import { TableHeader as FluentTableHeader, TableBody as FluentTableBody, TableRow as FluentTableRow, TableCell as FluentTableCell, TableHeaderCell as FluentTableHeaderCell, type TableProps as FluentTableProps } from "@fluentui/react-components"; declare const Table: React.ForwardRefExoticComponent>; type TableHeaderProps = React.ComponentProps; declare const TableHeader: React.ForwardRefExoticComponent>; type TableBodyProps = React.ComponentProps; declare const TableBody: React.ForwardRefExoticComponent>; type TableRowProps = React.ComponentProps; declare const TableRow: React.ForwardRefExoticComponent>; type TableHeadProps = React.ComponentProps; declare const TableHead: React.ForwardRefExoticComponent>; declare const TableHeaderCell: React.ForwardRefExoticComponent<(import("@fluentui/react-table").TableHeaderCellProps & import("@fluentui/react-utilities").RefAttributes) & React.RefAttributes>; type TableCellProps = React.ComponentProps; declare const TableCell: React.ForwardRefExoticComponent>; type TableCaptionProps = React.HTMLAttributes; declare const TableCaption: React.ForwardRefExoticComponent>; export type TableProps = React.ComponentProps; export { Table, TableHeader, TableBody, TableHead, TableHeaderCell, TableRow, TableCell, TableCaption, }; //# sourceMappingURL=table.d.ts.map