/** * Recent Commands Panel */ import React from 'react'; import type { RecentCommand } from '../../dashboard/types.js'; export declare function RecentCommandsPanel({ commands }: { commands: RecentCommand[]; }): React.JSX.Element; //# sourceMappingURL=recent-commands-panel.d.ts.map