export declare const cardBase: string; export declare const cardContent: string; export declare const headerHeight: { s: string; m: string; l: string; }; export declare const cardHeaderImage: string; export declare const buttonCard: string; export declare const buttonCardActive: string; export declare const buttonCardFocused: string; export declare const buttonCardDisabled: string; export declare const buttonCardDisabledActive: string; export declare const buttonCardFocusedActive: string; export declare const cardWithLink: string; export declare const cardLink: string;