import AttributeValues from "./AttributeValues.js";
export default class ClearPreviousButton {
    readonly attributeValues: AttributeValues;
    private readonly button;
    element: HTMLElement;
    constructor(attributeValues: AttributeValues);
    private build;
    private handleClick;
}
