import _Option from '../select/src/option.vue'; export declare const Option: import("../../utils/types").SFCWithInstall, { cls: import("vue").ComputedRef<(string | false)[]>; currentLabel: import("vue").ComputedRef; currentValue: import("vue").ComputedRef>; optionItemHoverChange: () => void; optionItemSelect: () => void; multiple: import("vue").ComputedRef; visible: import("vue").Ref; isHover: import("vue").Ref; isSelected: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly> & Readonly<{}>, { label: string | number; disabled: boolean; }, {}, { BnIconCheck: import("vue").DefineComponent, { cls: import("vue").ComputedRef<(string | { [x: string]: boolean; })[]>; styles: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly> & Readonly<{}>, { size: string | number; color: string; rotate: number; spin: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record; export type OptionInstance = InstanceType; export default Option;