import { EventEmitter } from '@angular/core';
import { Params } from '@angular/router';
import * as i0 from "@angular/core";
export declare class VcButtonComponent {
    type: 'button' | 'submit';
    class: Params;
    isDisabled: boolean;
    spin: boolean;
    buttonTap: EventEmitter<void>;
    /**
     * The click function emits the buttonTap event.
     */
    click(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<VcButtonComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<VcButtonComponent, "vc-button", never, { "type": { "alias": "type"; "required": false; }; "class": { "alias": "class"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "spin": { "alias": "spin"; "required": false; }; }, { "buttonTap": "buttonTap"; }, never, ["*"], true, never>;
}
