import type { I18nContextType } from "../../../components/i18n-context"; import type { PerseusStrings } from "../../../strings"; import type { PointGraphState, Dispatch, InteractiveGraphElementSuite } from "../types"; export declare function renderPointGraph(state: PointGraphState, dispatch: Dispatch, i18n: I18nContextType): InteractiveGraphElementSuite; export declare function getPointGraphDescription(state: PointGraphState, i18n: { strings: PerseusStrings; locale: string; }): string;