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