import { SVGProps } from 'react';

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

export { Holo as default };
