import { ElementRef } from "@angular/core"; import { Button as ButtonElement } from "@unofficialbox/box-open-elements/button"; import * as i0 from "@angular/core"; /** Typed standalone Angular directive for ``. */ export declare class Button { readonly element: ButtonElement; constructor(host: ElementRef); set label(value: string | undefined); set tone(value: string | undefined); set size(value: string | undefined); set disabled(value: boolean | undefined); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }