import withPieLabel, { PieLabelProps } from './withPieLabel'; import PieLabelView from './pieLabeView'; export { PieLabelProps, PieLabelView, withPieLabel }; declare const _default: { new (props: any): { labels: []; willMount(): void; didMount(): void; getLabels(props: any): any[]; render(): import("@antv/f-engine").JSX.Element; props: IProps & import("../../chart").ChartChildProps; state: import("@antv/f-engine").IState; context: import("@antv/f-engine").IContext; refs: { [key: string]: import("@antv/f-engine/es/component").default; }; updater: import("@antv/f-engine/es/component/updater").Updater; container: import("@antv/g-lite").Group; layout: import("@antv/f-engine").LayoutProps; children: import("@antv/f-engine/es/canvas/vnode").VNode | import("@antv/f-engine/es/canvas/vnode").VNode[]; isMounted: boolean; animate: boolean; animator: import("@antv/f-engine/es/canvas/render/animator").default; destroyed: boolean; _vNode: import("@antv/f-engine/es/canvas/vnode").VNode; shouldUpdate(_nextProps: IProps & import("../../chart").ChartChildProps): boolean; willReceiveProps(_props: IProps & import("../../chart").ChartChildProps, _context?: import("@antv/f-engine").IContext): void; willUpdate(): void; didUpdate(): void; willUnmount(): void; didUnmount(): void; setState(partialState: import("@antv/f-engine").IState, callback?: () => void): void; forceUpdate(callback?: () => void): void; setAnimate(animate: boolean): void; destroy(): void; }; }; export default _default;