import { SVGProps } from 'react';

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

export { Qlink as default };
