import { SVGProps } from 'react';

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

export { Switcheo as default };
