import formCreate from "./types/index";

declare const install: (app: typeof formCreate) => void;

export default install;
