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