import type { Child, FunctionMaybe, ObservableReadonly } from '../types'; export declare const Ternary: ({ when, children }: { when: FunctionMaybe; children: [Child, Child]; }) => ObservableReadonly; //# sourceMappingURL=ternary.d.ts.map