import Vue from "vue"; import "./vue"; declare class SurveyCreatorOptions { locale: any; i18n: any; } declare class SurveyCreatorPlugin { static install(vue: typeof Vue, options: SurveyCreatorOptions): void; } export { SurveyCreatorOptions }; export * from "./components"; export default SurveyCreatorPlugin;