import { SVGProps } from 'react';

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

export { Xensor as default };
