import { RneFunctionComponent } from '../helpers';
import { ImageProps } from '../Image';
export interface CardImageProps extends ImageProps {
}
export declare const CardImage: RneFunctionComponent<CardImageProps>;
