import { OnInit, EventEmitter, OnDestroy } from '@angular/core';
import { LocaleProviderService } from 'ng-zorro-antd-mobile/locale-provider';
import * as i0 from "@angular/core";
export declare class CustomKeyboardComponent implements OnInit, OnDestroy {
    private _localeProvider;
    prefixCls: string;
    wrapCls: object;
    okText: string;
    wrapperCls: object;
    private _locale;
    private _unsubscribe$;
    onClick: EventEmitter<any>;
    constructor(_localeProvider: LocaleProviderService);
    tdClick(e: any): void;
    ngOnInit(): void;
    ngOnDestroy(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<CustomKeyboardComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CustomKeyboardComponent, "CustomKeyboard", never, {}, { "onClick": "onClick"; }, never, never, false, never>;
}
