import { SVGProps } from 'react';

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

export { Ark as default };
