export type DpMenuItem = { id: string; label: string; icon?: SVGSVGElement; danger?: boolean; }; export declare function openDpMenu(anchor: HTMLElement, _host: HTMLElement, items: DpMenuItem[], onSelect: (id: string) => void): () => void; //# sourceMappingURL=menu.d.ts.map