/// import type { VerbDescriptionProps } from './types.js'; declare function VerbDescriptionFn({ step, rows, output, showInput, showOutput, showOutputColumn, style, }: VerbDescriptionProps): import("react/jsx-runtime").JSX.Element; export declare const VerbDescription: import("react").MemoExoticComponent; export {};