import { ExtractPropTypes, PropType } from 'vue'; import { Option } from '../_util/normalizeOptions'; export declare const optionListProps: { prefixCls: StringConstructor; options: PropType; values: SetConstructor; virtualScroll: BooleanConstructor; }; export type OptionListProps = ExtractPropTypes; declare const _default: import("vue").DefineComponent<{ prefixCls: StringConstructor; options: PropType; values: SetConstructor; virtualScroll: BooleanConstructor; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "click")[], "select" | "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; values: SetConstructor; virtualScroll: BooleanConstructor; }>> & { onClick?: (...args: any[]) => any; onSelect?: (...args: any[]) => any; }, { virtualScroll: boolean; }>; export default _default;