import React from 'react'; import type { HeroSectionProps } from './types'; export declare const HeroSection: React.FC;