import type React from 'react'; import type { BaseChartProps } from './BaseChart'; import type { IPie3dChartSpec } from '@visactor/vchart-extension'; export interface Pie3dChartProps extends Omit, Omit, 'type'> { } export declare const Pie3dChart: React.ForwardRefExoticComponent>;