import type { ComponentType } from 'react'; import type { 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; //# sourceMappingURL=Table.web.d.ts.map