import * as React from "react";
import { VisualisationProps } from "./types";
export declare const Visualisation: React.FC<VisualisationProps>;
