import { TemplateRef } from '@angular/core'; import { ClientInputInterface, ClientOutputInterface } from '../../core/client-environment'; import { Direction } from '@angular/cdk/bidi'; import * as i0 from "@angular/core"; export type PositionX = 'before' | 'after'; export type PositionY = 'above' | 'below'; export declare class ContactsTriggerDataComponent { templateRef: TemplateRef; xPosition: PositionX; yPosition: PositionY; direction: Direction; /** * Used for locating the panel in tests and setting the aria-control attribute * for the contacts trigger. */ readonly panelId: string; /** Client input device information */ clientInput: ClientInputInterface; /** Client output device information */ clientOutput: ClientOutputInterface; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }