1import React from 'react';
2import { ViewProps } from '../primitives/View';
3export declare const Table: React.ComponentType<ViewProps>;
4export declare const THead: React.ComponentType<ViewProps>;
5export declare const TBody: React.ComponentType<ViewProps>;
6export declare const TFoot: React.ComponentType<ViewProps>;
7export declare const TH: React.ComponentType<ViewProps>;
8export declare const TR: React.ComponentType<ViewProps>;
9export declare const TD: React.ComponentType<ViewProps>;
10export declare const Caption: React.ComponentType<ViewProps>;
11//# sourceMappingURL=Table.web.d.ts.map