interface Props { cards: Array<{ header: string; subHeader: string; gradient: boolean; }>; title: string; description: string; } export declare const BentoLayout: import("@builder.io/qwik").Component; export {};