import type { FunctionalComponent } from 'vue'; declare const School: FunctionalComponent<{}, {}>; export default School;