import { BaseStyle } from 'primeng/base';
import * as i0 from "@angular/core";
export declare class InputOtpStyle extends BaseStyle {
    name: string;
    theme: ({ dt }: {
        dt: any;
    }) => string;
    classes: {
        root: string;
        pcInput: string;
    };
    static ɵfac: i0.ɵɵFactoryDeclaration<InputOtpStyle, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<InputOtpStyle>;
}
/**
 *
 * InputOtp is used to enter one time passwords.
 *
 * [Live Demo](https://www.primeng.org/inputotp/)
 *
 * @module inputotpstyle
 *
 */
export declare enum InputOtpClasses {
    /**
     * Class name of the root element
     */
    root = "p-inputotp",
    /**
     * Class name of the input element
     */
    pcInput = "p-inputotp-input"
}
export interface InputOtpStyle extends BaseStyle {
}
