import type { HTMLConfig } from "./types"; export declare const getHTMLControlElement: (config: HTMLConfig) => HTMLDivElement;