import { TCardElevation, TCardProps } from './Card.type'; export declare const CARD_ELEVATIONS: TCardElevation[]; export declare const CARD_ELEVATION: { [key in TCardElevation]: key; }; export declare const CARD_DEFAULT_PROPS: TCardProps;