import { type CodeFieldInputType } from '../../types'; export declare const formatInitialValue: (codeLength: number, initialValue?: string) => CodeFieldInputType[];