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