import type { Snippet } from 'svelte'; type $$ComponentProps = { length?: number; value?: string; separator?: Snippet; separatorIndices?: number[]; class?: string; [key: string]: any; }; declare const InputOTP: import("svelte").Component<$$ComponentProps, {}, "value">; type InputOTP = ReturnType; export default InputOTP;