import type { App } from "vue";
import SurveyCreatorComponent from "./Creator.vue";
export { SurveyCreatorComponent };
export declare const surveyCreatorPlugin: {
    install(app: App): void;
};
