import { BigScreenDataResponse } from './BigScreenDataPanel.vue'; import { QuarkTimeRangeValue } from './timeRange'; type __VLS_Props = { data?: BigScreenDataResponse | Record | null; config?: Record; range?: QuarkTimeRangeValue | null; loading?: boolean; error?: string; maxTime?: number; minTime?: number; maxRangeSeconds?: number; recentStorageKey?: string; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { apply: (value: QuarkTimeRangeValue) => any; "update:range": (value: QuarkTimeRangeValue) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onApply?: ((value: QuarkTimeRangeValue) => any) | undefined; "onUpdate:range"?: ((value: QuarkTimeRangeValue) => any) | undefined; }>, { data: BigScreenDataResponse | Record | null; error: string; minTime: number; maxTime: number; maxRangeSeconds: number; recentStorageKey: string; range: QuarkTimeRangeValue | null; loading: boolean; config: Record; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=BigScreenDataPanelDetailView.vue.d.ts.map