import type { InjectionKey } from 'vue'; export interface BarlinechartContext { barlineChartElement: HTMLDivElement; wrapElement: HTMLDivElement; } export declare const barlineChartContextKey: InjectionKey;