export interface NgxOtpInputComponentOptions {
    otpLength?: number;
    autoFocus?: boolean;
    autoBlur?: boolean;
    hideInputValues?: boolean;
    regexp?: RegExp;
    showBlinkingCursor?: boolean;
    ariaLabels?: string[];
    inputMode?: string;
}
export declare const defaultOptions: NgxOtpInputComponentOptions;
