import { FC } from 'react'; import { MaybeInterface } from './maybe.types'; export declare const Maybe: FC;