import { CardViewBase } from './cardview-common'; declare class ICard extends MDCCardCollectionCell { static new(): ICard; static alloc(): ICard; } export declare class CardView extends CardViewBase { nativeViewProtected: ICard; createNativeView(): ICard; _setNativeClipToBounds(): void; getDefaultElevation(): number; getDefaultDynamicElevationOffset(): number; } export {};