import { ObjectDirective } from 'vue';
import { BaseScrollerPropsT } from './types';
declare const vScrollbar: ObjectDirective<HTMLElement, false | Partial<BaseScrollerPropsT> | undefined>;
export { vScrollbar };
