/** * The class name contract for the card component */ export interface CardClassNameContract { card?: string; }