/**
 * Helper function to retrieve the corresponding icon by name.
 *
 * @param {string} iconName The name of the icon.
 *
 * @return {Object} The corresponding icon.
 */
export function getTemplatePartIcon(iconName: string): Object;
//# sourceMappingURL=get-template-part-icon.d.ts.map