import type { AsChildTypes } from "../types"; type ItemContext = { index: number; }; export declare const itemContextId: import("@qwik.dev/core").ContextId; /** Individual item component for displaying a single OTP digit */ export declare const OtpItem: import("@qwik.dev/core").Component<{ align?: string | undefined; } & import("@qwik.dev/core").HTMLElementAttrs & import("@qwik.dev/core/internal").QwikAttributes & AsChildTypes>; export {};