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