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