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