import { ComplexAttributeConverter } from 'lit'; /** * Converts empty values to null, which will not be rendered as attributes. * e.g. for string properties, an empty value '' will not be rendered as an * empty attribute, as would be the default with lit. */ export declare const omitEmptyConverter: ComplexAttributeConverter; //# sourceMappingURL=omit-empty-converter.d.ts.map