import { ICommand } from "./command.types.js"; import * as React$1 from "react"; //#region src/command/input.d.ts declare const CommandInput: React$1.ForwardRefExoticComponent & React$1.RefAttributes>; //#endregion export { CommandInput };