export declare class ButtonMetadata { private buttonJsonObject; type: string; key: string; label: string; label$: string; hint: string; hint$: string; icon: string; icon$: string; disabled: boolean; disabled$: string; visible: boolean; visible$: string; buttonType: string; buttonType$: string; click$: Array; height: number; width: number; tabindex: number; order: number; constructor(buttonJsonObject: any); }