/*! * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. */ /** * HTML elements outputted by the presenter. */ export declare enum PresenterElement { root = 0, gl = 1, panel = 2, legend = 3, vegaControls = 4 }