import * as i0 from "@angular/core"; export declare class ButtonComponent { text: string; type: 'default' | 'alternate' | 'success' | 'warning' | 'error'; static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "ct-button", never, { "text": { "alias": "text"; "required": true; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, true, never>; }