export type CardProps = { width?: string; }; type CardClassName = "dpzvc3-card" | "dpzvc3-card-header" | "dpzvc3-card-content" | "dpzvc3-card-footer" | "dpzvc3-1px-bottom" | "dpzvc3-1px-top"; export type CardClassNameArray = CardClassName[]; export {}; //# sourceMappingURL=types.d.ts.map