import { FC } from "react"; import { type HeroData } from "../../data/school-v1"; export declare const HeroSection: FC;