import { PinInput as InputOTPPrimitive } from "bits-ui";
declare const InputOtp: import("svelte").Component<InputOTPPrimitive.RootProps, {}, "value" | "ref">;
type InputOtp = ReturnType<typeof InputOtp>;
export default InputOtp;
