import { FC } from "react"; export declare const BooleanValue: FC<{ value: boolean | undefined; }>;