import { InputStateController } from "./InputStateController.ts"; import type { ReactiveControllerHost } from "./ReactiveController.ts"; /** * Creates a controller that manages the state of an input element. * * @beta This is a beta feature and may change in the future. */ export declare function controlInput(host: ReactiveControllerHost, options: InputStateController.Options): InputStateController; //# sourceMappingURL=controlInput.d.ts.map