import type { PinInputProps } from './PinInput.types'; export declare function PinInput({ length, value: externalValue, onChange, onComplete, mask, size, type, error, disabled, autoFocus, containerClass, inputClass, }: PinInputProps): import("react/jsx-runtime").JSX.Element; export declare namespace PinInput { var displayName: string; }