import { Component, PuptNode, RenderContext } from '../../src/index.ts'; import { z } from 'zod'; export declare const whenUncertainSchema: z.ZodObject<{ action: z.ZodOptional>; delimiter: z.ZodOptional>; }, z.core.$loose>; type WhenUncertainProps = z.infer & { children?: PuptNode; }; export declare class WhenUncertain extends Component { static schema: z.ZodObject<{ action: z.ZodOptional>; delimiter: z.ZodOptional>; }, z.core.$loose>; render(props: WhenUncertainProps, _resolvedValue: undefined, _context: RenderContext): PuptNode; } export {}; //# sourceMappingURL=WhenUncertain.d.ts.map