import { ComponentType } from 'react'; import { TableTextProps } from '../primitives/Table'; import { TextProps } from '../primitives/Text'; import { ViewProps } from '../primitives/View'; export declare const Table: ComponentType; export declare const THead: ComponentType; export declare const TBody: ComponentType; export declare const TFoot: ComponentType; export declare const TH: ComponentType; export declare const TR: ComponentType; export declare const TD: ComponentType; export declare const Caption: ComponentType;