import type { InnerSelectorProps } from './interface'; import type { VueNode } from '../../_util/type'; interface SelectorProps extends InnerSelectorProps { inputElement: VueNode; activeValue: string; optionLabelRender: Function; compositionStatus: boolean; } declare const SingleSelector: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default SingleSelector;