import type { CuiAngularElement } from '../interfaces'; import type { MarkerSelectComponent, MarkerModalComponent } from '../components'; export declare function createSelect(marker: HTMLElement, tooltip: HTMLElement): CuiAngularElement; export declare function createToolModal(marker: HTMLElement, tooltip: HTMLElement): CuiAngularElement;