import type { SVGProps } from 'react'; import * as React from 'react'; declare const SvgNiceDone: (props: SVGProps) => React.JSX.Element; export default SvgNiceDone; //# sourceMappingURL=NiceDone.d.ts.map