import { default as Scroll } from './scroll.vue';
import { ComponentPublicInstance } from 'vue';
export { Scroll };
export { scrollProps } from './props';
export type ScrollExposed = ComponentPublicInstance & InstanceType<typeof Scroll>;
export type { ScrollProps, ScrollCProps } from './props';
export type { ScrollMode, ScrollPayload, BarScrollPayload, ScrollState, ScrollSlotParams, } from './symbol';
