import { SVGProps } from 'react';

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

export { AddXyz as default };
