import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue'; import { ScrollbarProps, ScrollbarExpose, ScrollbarSlots } from './types'; export declare const SScrollbar: { new (...args: any[]): CreateComponentPublicInstanceWithMixins & Readonly<{}>, ScrollbarExpose, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, { height: string | number; width: string | number; maxHeight: string | number; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< ScrollbarProps> & Readonly<{}>, ScrollbarExpose, {}, {}, {}, { height: string | number; width: string | number; maxHeight: string | number; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase & Readonly<{}>, ScrollbarExpose, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, { height: string | number; width: string | number; maxHeight: string | number; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: ScrollbarSlots; }) & Plugin; export * from './types';