import * as React from "react"; import * as react_jsx_runtime58 from "react/jsx-runtime"; //#region src/components/organisms/HeroSection.d.ts declare function HeroSection({ title, subtitle, primaryCta, secondaryCta, className, density }: { title: React.ReactNode; subtitle?: React.ReactNode; primaryCta?: { label: string; href?: string; onClick?: () => void; }; secondaryCta?: { label: string; href?: string; onClick?: () => void; }; className?: string; density?: 'compact' | 'comfortable'; }): react_jsx_runtime58.JSX.Element; //#endregion export { HeroSection }; //# sourceMappingURL=HeroSection.d.ts.map