export interface ChartPortalContainerProps { backgroundColor?: string; textColor?: string; } /** * Portal container that renders all charts outside the reactive streaming flow. * Charts are positioned absolutely to overlay their corresponding placeholders. * This prevents chart re-renders during message streaming. */ export declare const ChartPortalContainer: (props: ChartPortalContainerProps) => import("solid-js").JSX.Element; export default ChartPortalContainer; //# sourceMappingURL=ChartPortalContainer.d.ts.map