export {} declare module "vue" { type Hooks = App.AppInstance & Page.PageInstance interface ComponentCustomOptions extends Hooks {} interface ButtonHTMLAttributes { type?: "submit" | "reset" | "button" | "primary" } }