import { SVGProps } from 'react';

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

export { Kin as default };
