import * as pinInput from "@zag-js/pin-input"; import { VanillaMachine } from "@zag-js/vanilla"; import { Component } from "../lib"; export declare class PinInput extends Component { initMachine(props: pinInput.Props): VanillaMachine; initApi(): pinInput.Api; render(): void; } export declare function initPinInput(doc?: HTMLElement | Document, selector?: string): void;