import withSunburst, { SunburstProps } from './withSunburst'; import SunburstView from './sunburstView'; import IcicleView from './icicleView'; export { SunburstProps, withSunburst, SunburstView, IcicleView }; declare const _default: { new = SunburstProps>(props: IProps, context: any): { coord: import("../../controller/coord").default; color: import("../../attr/category").default; triggerRef: import("@antv/f-engine").Ref[]; willMount(): void; didMount(): void; _mapping(children: any): void; sunburst(): any; render(): import("@antv/f-engine").JSX.Element; props: IProps; 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): boolean; willReceiveProps(_props: IProps, _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;