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