import { ListenerOptionsType } from "../../app-bridge/EventDispatcher";
import { DropdownOptionsInterface } from "./start-end-options";
export declare function isRuleMet(evt: ListenerOptionsType, rule: DropdownOptionsInterface): boolean;
