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