basant307/AI_Governance_Project
048
1import type { SVG } from '../diagram-api/types.js';2/**3 * Selects the SVG element using {@link id}.4 *5 * @param id - The diagram ID.6 * @returns The selected {@link SVG} element using {@link id}.7 */8export declare const selectSvgElement: (id: string) => SVG;9 