export interface BigScreenAlertTrendResult { values: number[]; timestamps: number[]; } type __VLS_Props = { alert?: Record | null; loadTrend?: (alert: Record) => Promise; title?: string; group?: string; owner?: string; time?: string; tag?: string; statusText?: string; accent?: string; detailWide?: boolean; metrics?: Array<{ label: string; value: string; accent?: boolean; optional?: boolean; }>; chartHeight?: number; }; declare var __VLS_1: {}, __VLS_6: {}; type __VLS_Slots = {} & { status?: (props: typeof __VLS_1) => any; } & { aside?: (props: typeof __VLS_6) => any; }; declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { select: () => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onSelect?: (() => any) | undefined; }>, { title: string; accent: string; time: string; group: string; tag: string; alert: Record | null; owner: string; statusText: string; detailWide: boolean; metrics: Array<{ label: string; value: string; accent?: boolean; optional?: boolean; }>; chartHeight: number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=BigScreenAlertRow.vue.d.ts.map