import { SVGProps } from 'react';

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

export { Ankr as default };
