import * as React from '@theia/core/shared/react'; import { MenuPath } from '@theia/core'; export declare class DebugAction extends React.Component { render(): React.ReactNode; focus(): void; protected ref: HTMLElement | undefined; protected setRef: (ref: HTMLElement | null) => HTMLElement | undefined; } export declare namespace DebugAction { interface Props { label: string; tooltip?: string; iconClass: string; run: (effectiveMenuPath: MenuPath) => void; enabled?: boolean; } } //# sourceMappingURL=debug-action.d.ts.map