type FormPreviewAppProps = { tid?: string; id?: string; token?: string; }; export declare const createFormPreviewApp: (options: FormPreviewAppProps) => import('vue').App; export {};