import { EventEmitter } from '@angular/core';
import { PrivateSeerBitOptions, SeerBitOptions } from './models/SeerBitOptions';
import { SeerbitService } from './seerbit-service';
import * as i0 from "@angular/core";
export default class SeerBitComponent {
    seerBitService: SeerbitService;
    class: string;
    style: object;
    options: SeerBitOptions;
    callback: EventEmitter<{
        response: any;
        closeModal: any;
    }>;
    close: EventEmitter<any>;
    validationError: EventEmitter<any>;
    _options: Partial<PrivateSeerBitOptions>;
    closeFn: any;
    callbackFn: any;
    constructor(seerBitService: SeerbitService);
    generateOptions(obj: any): void;
    validateInput(obj: SeerBitOptions): string;
    buttonClick(): Promise<void>;
    pay(): Promise<string>;
    static ɵfac: i0.ɵɵFactoryDeclaration<SeerBitComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SeerBitComponent, "seerbit-ng", never, { "class": { "alias": "class"; "required": false; }; "style": { "alias": "style"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, { "callback": "callback"; "close": "close"; "validationError": "validationError"; }, never, ["*"], false, never>;
}
