import { FC } from 'react'; import { EitherInterface } from './either.types'; export declare const Either: FC;