/**
* 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.
*/declareconstgenerateContentDiv: () =>HTMLDivElement;
exportdefault generateContentDiv;