/// import { StyleProp, ViewStyle } from 'react-native'; export declare function SummaryCard(props: { icon: string | JSX.Element; title: string; count: string; color?: string; subtitle?: string; style?: StyleProp; }): JSX.Element;