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