import { UUIIconRegistryElement } from '@umbraco-ui/uui-icon-registry/lib'; /** * @element uui-icon-registry-essential * @description - Essential Icon Registry of Umbraco UI Library. This component delivers essential Umbraco UI icons for any child of this component. * @see UUIIconRegistryElement. */ export declare class UUIIconRegistryEssentialElement extends UUIIconRegistryElement { constructor(); } declare global { interface HTMLElementTagNameMap { 'uui-icon-registry-essential': UUIIconRegistryEssentialElement; } }