import { SVGProps } from 'react';

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

export { Compound as default };
