declare const Table: import("react").ComponentType; declare const THead: import("react").ComponentType; declare const TFoot: import("react").ComponentType; declare const TH: import("react").ComponentType; declare const TD: import("react").ComponentType; declare const TBody: import("react").ComponentType; declare const TR: import("react").ComponentType; export { Table, THead, TFoot, TH, TD, TBody, TR };