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