import { SVGProps } from 'react';

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

export { Icon as default };
