export declare type HeroSectionLightProps = {
    boldTitle?: string;
    lightTitle: string;
};
