import type { InjectionKey } from 'vue';
export interface RadarChartContext {
    RadarChartElement: HTMLDivElement;
    wrapElement: HTMLDivElement;
}
export declare const RadarChartContextKey: InjectionKey<RadarChartContext>;
