export type ElementWithBehaviors = WithStringValues>>; export type WithStringValues = { [Property in keyof Type]: Type[Property] extends string ? Type[Property] : Type[Property] | string; }; //# sourceMappingURL=ElementWithBehaviors.d.ts.map