import { PropType } from 'vue'; import { InsightState } from '../props'; import { ContainerLogParams } from './useInsightInfo'; import { WorkloadKind } from '../../../constants/workload-props'; declare const _default: import("vue").DefineComponent<{ insightState: { type: PropType; default: InsightState; }; workloadType: { type: PropType; required: boolean; }; insightParams: { type: PropType; required: true; }; }, { WorkloadKind: typeof WorkloadKind; InsightState: typeof InsightState; checkInsightAccess: ($event?: Event | undefined) => boolean; installInsightUrl: import("vue").ComputedRef; insightLogUrl: import("vue").ComputedRef; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: InsightState; }; workloadType: { type: PropType; required: boolean; }; insightParams: { type: PropType; required: true; }; }>>, { insightState: InsightState; }>; export default _default;