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