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