import type { PropType } from 'vue'; import type { TSelectOptionProps } from './TSelectOption.types'; export declare const TSelectOption: import("vue").DefineComponent; selected: PropType; highlighted: PropType; disabled: PropType; withSeparator: PropType; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "hover")[], "select" | "hover", import("vue").PublicProps, Readonly; selected: PropType; highlighted: PropType; disabled: PropType; withSeparator: PropType; }>> & Readonly<{ onSelect?: ((...args: any[]) => any) | undefined; onHover?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=TSelectOption.d.ts.map