export declare function selectChoose(cssPathOrTrigger: string | HTMLElement, valueOrSelector: string, optionIndex?: number): Promise; export declare function selectSearch(cssPathOrTrigger: string | HTMLElement, value: string): Promise; export declare function removeMultipleOption(cssPath: string, value: string): Promise; export declare function clearSelected(cssPath: string): Promise; export declare function getDropdownItems(cssPathOrTrigger: string | HTMLElement): Promise; //# sourceMappingURL=test-support.d.ts.map