import * as i0 from "@angular/core"; export declare class NuoruoButtonComponent { /** 是否在加载中 */ loading: boolean; /** 是否禁用 */ disabled: boolean; /** 是否是选择中状态 */ active: boolean; /** 设置默认的宽度 */ w: string; /** 设置默认的宽度 */ width: string; /** 设置默认的宽度 */ h: string; noBorder: boolean; noBg: boolean; title: string; minWidth: string; maxWidth: string; group: boolean; /** 是否圆角 * reaius 四个角都是圆角 * left 左边的两个角是圆角 * right 右边的两个角是圆角 * none 非圆角 */ radius: 'radius' | 'left' | 'right' | 'none'; color: string; _width: string; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }