import { QuarkAlertActionItem, QuarkAlertDetailData, QuarkAlertFireItem } from './alertDetail'; import { QuarkTimeRangeValue } from './timeRange'; type __VLS_Props = { alert: QuarkAlertDetailData; actions?: QuarkAlertActionItem[]; fires?: QuarkAlertFireItem[]; trendData?: unknown; trendLoading?: boolean; range?: QuarkTimeRangeValue | null; maxRangeSeconds?: number; minTime?: number; maxTime?: number; recentStorageKey?: string; chartHeight?: number; showTimeline?: boolean; }; declare var __VLS_18: {}, __VLS_20: {}; type __VLS_Slots = {} & { operations?: (props: typeof __VLS_18) => any; } & { extra?: (props: typeof __VLS_20) => any; }; declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:range": (value: QuarkTimeRangeValue) => any; "range-change": (value: QuarkTimeRangeValue) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:range"?: ((value: QuarkTimeRangeValue) => any) | undefined; "onRange-change"?: ((value: QuarkTimeRangeValue) => any) | undefined; }>, { chartHeight: number; minTime: number; maxTime: number; maxRangeSeconds: number; recentStorageKey: string; range: QuarkTimeRangeValue | null; actions: QuarkAlertActionItem[]; fires: QuarkAlertFireItem[]; trendLoading: boolean; showTimeline: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=AlertDetailView.vue.d.ts.map