import type { FCWithImplicitChildren } from './types';
/**
* Must only contain a single child, which it renders as-is.
* Should not be used outside of an `` block.
* @param props The props to pass down to the `` component
*/
export declare const Else: FCWithImplicitChildren;
//# sourceMappingURL=Else.d.ts.map