/** * Creates a div to be used for the visualisation content. Styles are set for a grid layout, the grid properties are taken from the template that is passed in. */ declare const generateContentDiv: () => HTMLDivElement; export default generateContentDiv;