import { SetMediaProps } from "../../../types.js"; declare function mountDOM(root: HTMLDivElement, styleUrlFile: string, media: SetMediaProps, disableWidgetDrag: boolean): void; export { mountDOM };