declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & (new () => {
    $slots: S;
});
declare const __VLS_component: import('vue').DefineComponent<{}, {
    scrollToItem: (index: any) => void;
    _updateVisibleItems: (checkItem: any, checkPositionDiff?: boolean) => {
        continuous: boolean;
    };
    $emit: (event: "user-position", ...args: any[]) => void;
    direction: string;
    itemClass: string | unknown[] | Record<string, any>;
    items: unknown[];
    listClass: string | unknown[] | Record<string, any>;
    keyField: string;
    itemSize: number;
    minItemSize: string | number;
    sizeField: string;
    buffer: number;
    skipHover: boolean;
    listTag: string;
    itemTag: string;
    $props: {
        readonly direction?: string | undefined;
        readonly itemClass?: string | unknown[] | Record<string, any> | undefined;
        readonly items?: unknown[] | undefined;
        readonly listClass?: string | unknown[] | Record<string, any> | undefined;
        readonly keyField?: string | undefined;
        readonly itemSize?: number | undefined;
        readonly minItemSize?: string | number | undefined;
        readonly sizeField?: string | undefined;
        readonly buffer?: number | undefined;
        readonly skipHover?: boolean | undefined;
        readonly listTag?: string | undefined;
        readonly itemTag?: string | undefined;
    };
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
    scroller: HTMLDivElement;
    wrapper: unknown;
}, HTMLDivElement>;
type __VLS_TemplateResult = {
    attrs: Partial<{}>;
    slots: {
        default?(_: {
            item: any;
            index: any;
            active: any;
        }): any;
    };
    refs: {
        scroller: HTMLDivElement;
        wrapper: unknown;
    };
    rootEl: HTMLDivElement;
};
//# sourceMappingURL=core_scroller.vue.d.ts.map