/** * Add meaningful aria attributes to trigger elements that are connected to * overlay elements such as menus and dialogs. */ export declare function setAriaOverlayTriggerAttributes(trigger: HTMLElement, popupType: 'menu' | 'dialog', overlayId: string, state: string): void; /** * Remove aria attributes from trigger elements. */ export declare function removeAriaOverlayTriggerAttributes(trigger: HTMLElement | null | undefined): void; /** * Add meaningful aria attributes to trigger element of role='combobox' */ export declare function setAriaComboBoxAttributes(trigger: HTMLElement, overlayId: string, expanded: boolean): void; /** * Remove aria attributes from trigger elements. */ export declare function removeAriaComboBoxAttributes(trigger?: HTMLElement): void; //# sourceMappingURL=overlay-trigger-attributes.d.ts.map