import { SVGProps } from 'react'; declare const Ark: (props: SVGProps) => JSX.Element; export { Ark as default };