import { KendoComponent } from '../_types/component';
export declare const CARDDECK_CLASSNAME = "k-card-deck";
export declare const CardDeck: KendoComponent<React.HTMLAttributes<HTMLDivElement>>;
