import { EchartUIProps } from './types'; /** * Presentational component that initializes and manages an Apache ECharts instance. * * @remarks * Handles chart lifecycle (init, dispose), option updates, resize observation, and event listener management. * Uses SVG renderer with a default height of 304px. */ export declare function EchartUI(props: EchartUIProps): import("react/jsx-runtime").JSX.Element;