export declare function popupEvent(element: HTMLElement, eventType?: string, options?: EventInit): void;
export declare function setNativeValue(element: HTMLInputElement, value: string): void;
