import type { I18nContextType } from "../../../components/i18n-context"; import type { Dispatch, InteractiveGraphElementSuite, SegmentGraphState } from "../types"; export declare function renderSegmentGraph(state: SegmentGraphState, dispatch: Dispatch, i18n: I18nContextType): InteractiveGraphElementSuite; export declare function getSegmentGraphDescription(state: SegmentGraphState, i18n: I18nContextType): string;