155058f92SEvan Baconimport React from 'react'; 255058f92SEvan Baconimport { TableTextProps } from '../primitives/Table'; 392f6de58SWill Schurmanimport { TextProps } from '../primitives/Text'; 492f6de58SWill Schurmanimport { ViewProps } from '../primitives/View'; 555058f92SEvan Baconexport declare const Table: React.ComponentType<ViewProps>; 655058f92SEvan Baconexport declare const THead: React.ComponentType<ViewProps>; 755058f92SEvan Baconexport declare const TBody: React.ComponentType<ViewProps>; 855058f92SEvan Baconexport declare const TFoot: React.ComponentType<ViewProps>; 955058f92SEvan Baconexport declare const TH: React.ComponentType<TableTextProps>; 1055058f92SEvan Baconexport declare const TR: React.ComponentType<ViewProps>; 1155058f92SEvan Baconexport declare const TD: React.ComponentType<TableTextProps>; 1255058f92SEvan Baconexport declare const Caption: React.ComponentType<TextProps>; 13*00ec8cabSEvan Bacon//# sourceMappingURL=Table.d.ts.map