import { ZSnapScroll_Props } from '@zurich/dev-utils/code/SnapScroll'; type Props = Omit & { readonly customStr?: ZSnapScroll_Props['custom-str']; readonly zTheme?: ZSnapScroll_Props['z-theme']; }; declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>, { default?(_: {}): any; }>; export { _default as VueSnapScroll, VueSnapScroll as default }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };