declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots; default: undefined; }; unselectable: { type: BooleanConstructor; default: boolean; }; selected: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: undefined; }; unselectable: { type: BooleanConstructor; default: boolean; }; selected: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{}>, { modifiers: string | string[]; disabled: boolean; unselectable: boolean; focusOnHover: boolean; selected: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, { default?: (props: {}) => any; } & { hint?: (props: { disabled: boolean; selected: boolean; unselectable: boolean; }) => any; }>; type __VLS_WithSlots = T & { new (): { $slots: S; }; };