import { RealsoftButtonBase } from './button-base'; import * as i0 from "@angular/core"; export declare class RealsoftButton extends RealsoftButtonBase { color: 'secondary' | 'primary' | 'danger' | 'success' | 'ternary'; size: 'small' | 'medium' | 'large'; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }