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