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