import { EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare class CfButtonComponent {
    label: string;
    type: string;
    clicked: EventEmitter<any>;
    loading: boolean;
    disabled: boolean;
    align: string;
    theme: string;
    constructor();
    raiseClickEvent($event: Event): void;
    get classes(): string[];
    static ɵfac: i0.ɵɵFactoryDeclaration<CfButtonComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CfButtonComponent, "cf-button", never, { "label": { "alias": "label"; "required": false; }; "type": { "alias": "type"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "align": { "alias": "align"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "clicked": "clicked"; }, never, never, false, never>;
}
