import type { IGraphic } from '../interface/graphic';
import type { IContext2d } from '../interface/context';
export declare const draw3dItem: (context: IContext2d, graphic: IGraphic, callback: (isPie: boolean, is3d: boolean) => any, output: any) => any;
