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