import { SVGProps } from 'react';

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

export { Phantasma as default };
