import type { I18nContextType } from "../../../components/i18n-context"; import type { LinearGraphState, Dispatch, InteractiveGraphElementSuite } from "../types"; export declare function renderLinearGraph(state: LinearGraphState, dispatch: Dispatch, i18n: I18nContextType): InteractiveGraphElementSuite; export declare function describeLinearGraph(state: LinearGraphState, i18n: I18nContextType): Record;