/** * Get icon defined on a moddle element. * * @param element - The moddle element * @param iconProperty - The property name for the icon * @returns The icon URL or undefined if not found */ export declare function getModelerTemplateIcon(element: any, iconProperty?: string): string | undefined;