import { type ComponentType } from 'react'; import type { ViewProps } from 'react-native'; 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;