import type { VueNode } from '@antdv/ui/es/types'; import type { InnerSelectorProps } from './interface'; interface SelectorProps extends InnerSelectorProps { inputElement: VueNode; activeValue: string; optionLabelRender: Function; compositionStatus: boolean; } declare const SingleSelector: import("vue").DefineComponent, {}, {}>; export default SingleSelector;