import * as React$1 from "react"; import * as react_jsx_runtime155 from "react/jsx-runtime"; //#region ui/marketing/Hero.d.ts declare function Hero({ title, subtitle, primaryCta, secondaryCta, className }: { title: React$1.ReactNode; subtitle?: React$1.ReactNode; primaryCta?: { label: string; href?: string; onClick?: () => void; }; secondaryCta?: { label: string; href?: string; onClick?: () => void; }; className?: string; }): react_jsx_runtime155.JSX.Element; //#endregion export { Hero }; //# sourceMappingURL=Hero.d.ts.map