import { CardViewCommon } from './common'; export declare class CardView extends CardViewCommon { private _androidViewId; nativeView: any; get android(): any; createNativeView(): any; initNativeView(): void; }