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