import { FC } from "react"; export interface ConditionalProps { } export declare const Conditional: FC;