import { App, Plugin } from 'vue'; import { default as VueScrollPicker, ScrollPickerValue, ScrollPickerOption, ScrollPickerOptionable } from './components/VueScrollPicker.vue'; export declare function install(app: App): void; declare const plugin: Plugin; export default plugin; export { VueScrollPicker }; export type VueScrollPickerValue = ScrollPickerValue; export type VueScrollPickerOption = ScrollPickerOption; export type VueScrollPickerOptionable = ScrollPickerOptionable;