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