import type { IEvent, IDirection } from './props';
declare const _default: import("vue").DefineComponent<{
    always: boolean;
    barWidth: number;
    minSize: number;
    native: boolean;
    class?: string | import("../../_utils/types").Arrayable<Record<string, boolean>> | undefined;
    style?: import("vue").StyleValue;
    wrapClassName?: string | undefined;
    wrapStyle?: string | import("vue").CSSProperties | undefined;
    innerStyle?: string | import("vue").CSSProperties | undefined;
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
    scroll: ({ scrollTop, scrollLeft }: IEvent) => boolean;
    reachedEnd: (direction: IDirection, option: IEvent) => boolean;
}, string, import("vue").PublicProps, Readonly<{
    always: boolean;
    barWidth: number;
    minSize: number;
    native: boolean;
    class?: string | import("../../_utils/types").Arrayable<Record<string, boolean>> | undefined;
    style?: import("vue").StyleValue;
    wrapClassName?: string | undefined;
    wrapStyle?: string | import("vue").CSSProperties | undefined;
    innerStyle?: string | import("vue").CSSProperties | undefined;
}> & Readonly<{
    onScroll?: ((args_0: IEvent) => any) | undefined;
    onReachedEnd?: ((direction: IDirection, option: IEvent) => any) | undefined;
}>, {
    always: boolean;
    barWidth: number;
    minSize: number;
    native: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
