export type VisionHeroBlockProps = Omit, "children"> & Readonly<{ title: string; overline?: string; image?: React.ReactNode; }>; export declare function VisionHeroBlock({ title, overline, image, className }: VisionHeroBlockProps): import("react").JSX.Element; //# sourceMappingURL=VisionHeroBlock.d.ts.map