import { SVGProps } from 'react';

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

export { VSystems as default };
