import { ThemeIcon } from "@codingame/monaco-vscode-api/vscode/vs/base/common/themables"; import { TestResultState } from "@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/testing/common/testTypes"; export declare const testingViewIcon: ThemeIcon; export declare const testingResultsIcon: ThemeIcon; export declare const testingRunIcon: ThemeIcon; export declare const testingRerunIcon: ThemeIcon; export declare const testingRunAllIcon: ThemeIcon; export declare const testingDebugAllIcon: ThemeIcon; export declare const testingDebugIcon: ThemeIcon; export declare const testingCoverageIcon: ThemeIcon; export declare const testingCoverageAllIcon: ThemeIcon; export declare const testingCancelIcon: ThemeIcon; export declare const testingFilterIcon: ThemeIcon; export declare const testingHiddenIcon: ThemeIcon; export declare const testingShowAsList: ThemeIcon; export declare const testingShowAsTree: ThemeIcon; export declare const testingUpdateProfiles: ThemeIcon; export declare const testingRefreshTests: ThemeIcon; export declare const testingTurnContinuousRunOn: ThemeIcon; export declare const testingTurnContinuousRunOff: ThemeIcon; export declare const testingContinuousIsOn: ThemeIcon; export declare const testingCancelRefreshTests: ThemeIcon; export declare const testingCoverageReport: ThemeIcon; export declare const testingWasCovered: ThemeIcon; export declare const testingCoverageMissingBranch: ThemeIcon; export declare const testingStatesToIcons: Map;