import type { Child, FunctionMaybe, ObservableReadonly, Truthy } from '../types'; export declare const If: ({ when, fallback, children }: { when: FunctionMaybe; fallback?: Child; children: Child | ((value: (() => Truthy)) => Child); }) => ObservableReadonly; //# sourceMappingURL=if.d.ts.map