import type { Command } from './command'; type CommandResultProps = { command: Command; }; export declare function CommandResult({ command }: CommandResultProps): import("react/jsx-runtime").JSX.Element; export {};