type FormAnswerAppProps = { id: string; formId: string; }; export declare const createFormAnswerApp: (options: FormAnswerAppProps) => import('vue').App; export {};