import { SVGProps } from 'react'; declare const Holo: (props: SVGProps) => JSX.Element; export { Holo as default };