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