export interface HeroProps { title: string; image: string; altImage?: string; centered: boolean; } //# sourceMappingURL=hero.type.d.ts.map