import type { InjectionKey } from 'vue';
export interface PieChartContext {
    pieChartElement: HTMLDivElement;
    wrapElement: HTMLDivElement;
}
export declare const pieChartContextKey: InjectionKey<PieChartContext>;
