/// export declare const useCodeInput: (lengthOfCode: number) => { inputRefsArray: import("react").RefObject[]; generateCode: () => string; };