import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue'; import { ListProps, ListSlots } from './types'; export declare const SList: { new (...args: any[]): CreateComponentPublicInstanceWithMixins & Readonly<{ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined; onDragStart?: ((data: any) => any) | undefined; onDragEnd?: ((data: any) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (value: string | number) => any; dragStart: (data: any) => any; dragEnd: (data: any) => any; }, PublicProps, { border: boolean; selected: boolean; selectKey: string; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< ListProps & { modelValue?: string | number; }> & Readonly<{ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined; onDragStart?: ((data: any) => any) | undefined; onDragEnd?: ((data: any) => any) | undefined; }>, {}, {}, {}, {}, { border: boolean; selected: boolean; selectKey: string; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase & Readonly<{ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined; onDragStart?: ((data: any) => any) | undefined; onDragEnd?: ((data: any) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (value: string | number) => any; dragStart: (data: any) => any; dragEnd: (data: any) => any; }, string, { border: boolean; selected: boolean; selectKey: string; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: ListSlots; }) & Plugin; export * from './types';