import Vue from 'vue';
import { DefaultData } from 'vue/types/options';
export default function collectData(vm: Vue, data?: DefaultData<Vue>): any;
