import { ButtonProps, ButtonSize, ButtonType } from "../../common-types"; import * as i0 from "@angular/core"; export declare class BtnDefaultComponent implements ButtonProps { label: string; tooltip: string; icon: string; disabled: boolean; type: ButtonType; size: ButtonSize; get bsSize(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }