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