import { BaseElement } from "../../base/element.js"; import { Attributes } from "../../base/addons/attributes.js"; export type SetupAttrs = ((spec: A) => Attributes.SoftenSpec); export declare function setup_use_attrs(element: BaseElement): (spec: A) => Attributes.SoftenSpec;