import type { DME } from '../../types'; import { StyleSettingProps } from './StyleSettings'; export declare const DropDown: (props: StyleSettingProps & { style: DME.WidgetStyle; }) => import("react/jsx-runtime").JSX.Element;