import { DropDownProps } from './interfaces.js';
export declare function DropDown({ options, trigger, position, closeOnClick }: DropDownProps): import("react/jsx-runtime").JSX.Element;
