/** Autogenerated by public2business schematic. DO NOT CHANGE! */ import { ElementRef } from '@angular/core'; /** * Directive applied to an element to make it usable * as a connection point for an dropdown panel. */ export declare class SbbDropdownOrigin { /** Reference to the element on which the directive is applied. */ elementRef: ElementRef; constructor( /** Reference to the element on which the directive is applied. */ elementRef: ElementRef); }