export type CardProps = { class?: string; img?: string; header?: string; content?: string; size?: "small" | "large"; }; export declare const Card: import("@builder.io/qwik").Component;