import type { FC } from "react";
import type { ComponentWithConditionPropsWithFunctionChildren } from "./types";
/** A shorthand for
*
* ```jsx
*
*
* { ... }
*
*
* ```
*
* The same rules apply to the child elements as with using the `` block.
*
* @param __namedParameters The props to pass down to the `` component, see {@link ComponentWithConditionProps}
*/
export declare const UnlessFn: FC;
export declare const Unless: import("react").NamedExoticComponent>;
//# sourceMappingURL=Unless.d.ts.map