export declare const fillOtpCode: (numberOfInputs: number, value?: string) => {
    [key: string]: string;
};
