import { Theme } from '@principal-ade/industry-theme'; import { BashCommand } from '@principal-ade/markdown-utils'; import React from 'react'; interface IndustryBashCommandDropdownProps { commands: BashCommand[]; allCommands: string; onRunCommand: (command: string) => Promise; darkMode?: boolean; slideIdPrefix: string; theme?: Theme; } export declare const IndustryBashCommandDropdown: React.FC; export {}; //# sourceMappingURL=IndustryBashCommandDropdown.d.ts.map