export declare const cardTokens: {
    calciteCardAccentColorSelected: string;
    calciteCardBackgroundColor: string;
    calciteCardBorderColor: string;
    calciteCardSelectIndicatorColorHover: string;
    calciteCardSelectIndicatorColor: string;
    calciteCardCornerRadius: string;
    calciteCardShadow: string;
};
export declare const card: string;
export declare const cardThumbnail: string;
