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