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 Unless: FC;
//# sourceMappingURL=Unless.d.ts.map