import * as React$1 from "react"; import { Text, TextProps, View, ViewProps } from "react-native"; import * as react_jsx_runtime27 from "react/jsx-runtime"; //#region ui/card.d.ts declare function Card({ className, ...props }: ViewProps & { ref?: React$1.RefObject; }): react_jsx_runtime27.JSX.Element; declare function CardHeader({ className, ...props }: ViewProps & { ref?: React$1.RefObject; }): react_jsx_runtime27.JSX.Element; declare function CardTitle({ className, ...props }: TextProps & { ref?: React$1.RefObject; }): react_jsx_runtime27.JSX.Element; declare function CardDescription({ className, ...props }: TextProps & { ref?: React$1.RefObject; }): react_jsx_runtime27.JSX.Element; declare function CardContent({ className, ...props }: ViewProps & { ref?: React$1.RefObject; }): react_jsx_runtime27.JSX.Element; declare function CardFooter({ className, ...props }: ViewProps & { ref?: React$1.RefObject; }): react_jsx_runtime27.JSX.Element; //#endregion export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle }; //# sourceMappingURL=card.d.ts.map