import { ReactNode } from 'react'; import { ViewStyle, StyleProp } from 'react-native'; interface GradientCardProps { children: ReactNode; style?: StyleProp; } export declare function GradientCard({ children, style }: GradientCardProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=GradientCard.d.ts.map