import { TAction } from "./dataTypes"; export declare const DROPDOWN_VALID_ACTION_TYPES: Set; export declare function handleDropdownAction(element: HTMLElement, step: TAction): void;