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