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