import { SVGProps } from 'react';

declare const Harmony: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Harmony as default };
