///
export declare const TableGroup: {
Head: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;
Body: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;
Row: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;
Cell: import("react").FunctionComponent;
Footer: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;
};