interface HeroSectionProps { onGetStarted: () => void; isLoading?: boolean; logoUrl?: string; videoUrl?: string; } /** * Hero section for AIdol landing page. */ export declare function HeroSection({ onGetStarted, isLoading, logoUrl, videoUrl, }: HeroSectionProps): import("react").JSX.Element; export {}; //# sourceMappingURL=HeroSection.d.ts.map