import type { HtmlEncodedCssList } from '../../html/encode'; export declare const LAYER_MARKER_CLASS_NAME: HtmlEncodedCssList; export declare function insertLayerIntoParent(layer: HTMLElement, parent: HTMLElement): void;