import type { TableTextProps } from '../primitives/Table'; import type { TextProps } from '../primitives/Text'; import type { ViewProps } from '../primitives/View'; export declare function Table(props: ViewProps): import("react/jsx-runtime").JSX.Element; export declare function THead(props: ViewProps): import("react/jsx-runtime").JSX.Element; export declare function TBody(props: ViewProps): import("react/jsx-runtime").JSX.Element; export declare function TFoot(props: ViewProps): import("react/jsx-runtime").JSX.Element; export declare function TH(props: TableTextProps): import("react/jsx-runtime").JSX.Element; export declare function TR(props: ViewProps): import("react/jsx-runtime").JSX.Element; export declare function TD(props: TableTextProps): import("react/jsx-runtime").JSX.Element; export declare function Caption(props: TextProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Table.d.ts.map