import type { HTMLAttributes } from "svelte/elements";
import { type WithElementRef } from "../../../utils.js";
declare const InputOtpGroup: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
type InputOtpGroup = ReturnType<typeof InputOtpGroup>;
export default InputOtpGroup;
