import type { AnyProps } from "@knyt/weaver"; import type { PropertiesDefinition } from "../types.ts"; /** * A function that can be used to define properties on an `KnytElement`. * * @public * * @deprecated This isn't needed anymore. Just use a plain object instead with * `satisfies PropertiesDefinition.FromProps

`. */ export declare function defineProperties

(): >(properties: PD) => PD; //# sourceMappingURL=defineProperties.d.ts.map