import React from 'react'; import { StyleProp, ViewStyle } from 'react-native'; import { RneFunctionComponent } from '../helpers'; export declare type CardProps = { containerStyle?: StyleProp; wrapperStyle?: StyleProp; }; interface Card extends RneFunctionComponent { } declare const Card: Card; export { Card }; declare const ThemedCard: (React.FunctionComponent>, keyof import("../config").ThemeProps>> | React.ForwardRefExoticComponent>>) & { Divider: React.FunctionComponent; subHeader?: string; subHeaderStyle?: StyleProp; orientation?: "horizontal" | "vertical"; width?: number; } & Partial>, keyof import("../config").ThemeProps>> | React.ForwardRefExoticComponent; subHeader?: string; subHeaderStyle?: StyleProp; orientation?: "horizontal" | "vertical"; width?: number; } & Partial>>; Image: React.FunctionComponent; PlaceholderContent?: React.ReactElement>; containerStyle?: StyleProp; childrenContainerStyle?: StyleProp; placeholderStyle?: StyleProp; transition?: boolean; transitionDuration?: number; } & Partial>, keyof import("../config").ThemeProps>> | React.ForwardRefExoticComponent; PlaceholderContent?: React.ReactElement>; containerStyle?: StyleProp; childrenContainerStyle?: StyleProp; placeholderStyle?: StyleProp; transition?: boolean; transitionDuration?: number; } & Partial>>; Title: React.FunctionComponent; h1?: boolean; h2?: boolean; h3?: boolean; h4?: boolean; h1Style?: StyleProp; h2Style?: StyleProp; h3Style?: StyleProp; h4Style?: StyleProp; } & Partial>, keyof import("../config").ThemeProps>> | React.ForwardRefExoticComponent; h1?: boolean; h2?: boolean; h3?: boolean; h4?: boolean; h1Style?: StyleProp; h2Style?: StyleProp; h3Style?: StyleProp; h4Style?: StyleProp; } & Partial>>; FeaturedTitle: React.FunctionComponent; h1?: boolean; h2?: boolean; h3?: boolean; h4?: boolean; h1Style?: StyleProp; h2Style?: StyleProp; h3Style?: StyleProp; h4Style?: StyleProp; } & Partial>, keyof import("../config").ThemeProps>> | React.ForwardRefExoticComponent; h1?: boolean; h2?: boolean; h3?: boolean; h4?: boolean; h1Style?: StyleProp; h2Style?: StyleProp; h3Style?: StyleProp; h4Style?: StyleProp; } & Partial>>; FeaturedSubtitle: React.FunctionComponent; h1?: boolean; h2?: boolean; h3?: boolean; h4?: boolean; h1Style?: StyleProp; h2Style?: StyleProp; h3Style?: StyleProp; h4Style?: StyleProp; } & Partial>, keyof import("../config").ThemeProps>> | React.ForwardRefExoticComponent; h1?: boolean; h2?: boolean; h3?: boolean; h4?: boolean; h1Style?: StyleProp; h2Style?: StyleProp; h3Style?: StyleProp; h4Style?: StyleProp; } & Partial>>; }; export default ThemedCard;