import type { FieldInputRef } from './FiatFormFieldRow'; export declare function FiatSsnField({ value, length, label, editable, autoFocus, invalid, inputRef, onChange, onBlur, }: { value: string; length: 4 | 9; label: string; editable: boolean; autoFocus: boolean; invalid: boolean; inputRef?: FieldInputRef; onChange: (value: string) => void; onBlur: () => void; }): import("react").JSX.Element; //# sourceMappingURL=FiatSsnField.d.ts.map