export declare function OtpInputStandalone({ length, onChange, onComplete, isLoading, isError, isSuccess, scale, }: { length?: number; onChange?: (value: string) => void; onComplete?: (value: string) => void; isLoading?: boolean; isError?: boolean; isSuccess?: boolean; scale?: string; }): import("react/jsx-runtime").JSX.Element;