import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const SwitchVerticalIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default SwitchVerticalIcon;
