interface HeadingImageProps { image: string; subtitle?: string; title: string; companyLogo?: string; customerLogo?: string; } export declare function HeadingImage({ image, subtitle, title, companyLogo, customerLogo, }: HeadingImageProps): import("react/jsx-runtime").JSX.Element; export {};