import { CardViewCommon } from './common'; export declare class CardView extends CardViewCommon { nativeView: UIView; constructor(); get ios(): any; }