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