declare const CollectionViewPlugin: {
    install(Vue: any, options: any): void;
};
export default CollectionViewPlugin;
