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