export type FeatureSectionProps = { featured: Array<{ header: string; content: string; subHeader: string; }>; }; export declare const FeatureSection: import("@builder.io/qwik").Component;