import { SVGProps } from 'react';

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

export { Ubiq as default };
