import type { IOption } from "../types"; export declare const REFRESH_OPTIONS: IOption[]; import type { IGraphProps } from "../types"; declare const Graph: import("svelte").Component; type Graph = ReturnType; export default Graph;