import { RenderSectionProps } from './common';
export declare function HeroSection({ sectionData, isLoading, cssClassName }: RenderSectionProps<{
    title: string;
    description: string;
    image: string;
}>): import("react/jsx-runtime").JSX.Element | null;
