import { SVGProps } from 'react';

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

export { Autonio as default };
