export interface BigScreenDataField { name: string; type: string; labels?: Record | null; values: any[]; } export interface BigScreenDataFrame { refId: string; name: string; fields: BigScreenDataField[]; meta?: Record | null; } export interface BigScreenDataResponse { available?: boolean; frames?: BigScreenDataFrame[]; errors?: Array<{ refId: string; message: string; }>; generatedAt?: string; content?: string; } type __VLS_Props = { data?: BigScreenDataResponse; config?: Record; }; declare function resetTimeRange(): void; declare const _default: import('vue').DefineComponent<__VLS_Props, { resetTimeRange: typeof resetTimeRange; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "zoom-change": (zoomed: boolean) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onZoom-change"?: ((zoomed: boolean) => any) | undefined; }>, { data: BigScreenDataResponse; config: Record; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=BigScreenDataPanel.vue.d.ts.map