import { ComplexAttributeConverter } from "lit"; /** Converts a space-separated attribute in to an array of strings. */ export declare const spaceSeparatedStringConverter: ComplexAttributeConverter; //# sourceMappingURL=spaceSeparatedStringConverter.d.ts.map