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