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