import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgClosedCaptionDisabled: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgClosedCaptionDisabled; //# sourceMappingURL=ClosedCaptionDisabled.d.ts.map