import { EventEmitter, TemplateRef, ViewContainerRef } from '@angular/core'; import { UofxModelFooterButtonModel } from '../modal.model'; import * as i0 from "@angular/core"; export declare class UofxModalFooterComponent { private viewContainerRef; /** 樣板(不產生uofx-model-footer dom tag) */ template: TemplateRef; /** 按鈕標題 */ buttonTitle: Array; /** 按鈕事件 */ buttonClick: EventEmitter; /** 按鈕Disabled */ disabled: boolean; constructor(viewContainerRef: ViewContainerRef); ngOnInit(): void; /** 按鈕事件 */ onButtonClick(event: unknown): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }