import type { nothing } from 'lit'; /** * A variant of `if-defined` which stops rendering if the given value is `false` in addition to `undefined`. * * @public * @param The value. */ export declare function ifTrue(value: boolean | null | undefined): typeof nothing | boolean; //# sourceMappingURL=IfTrue.d.ts.map