export type FeatureCardProps = { header: string; content: string; subHeader: string; }; export declare const FeatureCard: import("@builder.io/qwik").Component;