import { ReactiveController, ReactiveElement } from 'lit'; /** * Provides all nessesary aria-* attributes to create a vaild aria popup trigger. * Used in combination of the `@ariaPopup` controller. */ export declare function ariaPopupTrigger(): ClassDecorator; export declare class AriaPopupTriggerController implements ReactiveController { private host; constructor(host: T); hostConnected(): void; }