export declare const CODE_LENGTH = 6; export declare const useCodeInput: (args?: { onAllInputsFilled?: () => void; }) => { codeValues: string[]; canSubmit: boolean; onValuesChange: ({ codeValues, isLastInput }: { codeValues: string[]; isLastInput?: boolean; }) => void; }; //# sourceMappingURL=useCodeInput.d.ts.map