import { FormInputAppProps } from './types'; export declare const createFormInputApp: (options: Partial) => import('vue').App;