export type BrandHeroBlockProps = Readonly<{ badge: React.ReactNode; brandName: string; brandDescription: string; backgroundImage?: React.ReactNode; productImages: ReadonlyArray; className?: string; }>; export declare const BrandHeroBlock: ({ badge, brandName, brandDescription, backgroundImage, productImages, className, ...rest }: BrandHeroBlockProps) => import("react").JSX.Element; //# sourceMappingURL=BrandHeroBlock.d.ts.map