import { ElementRef, Renderer2, Type } from '@angular/core'; export declare const UIB_COMPONENT_NAME: unique symbol; export declare const UIB_COMPONENT_MODIFIERS: unique symbol; export interface UibComponent { readonly element: ElementRef; readonly renderer: Renderer2; } export declare function UibComponent(name: string): (target: Type) => void; //# sourceMappingURL=uib-component.d.ts.map