declare module '*.vue' { import { DefineComponent } from 'vue' const component: DefineComponent, Record, any> export default component } declare type TimeoutHandle = ReturnType declare type Nullable = T | null declare type CustomizedHTMLElement = HTMLElement & T declare type Indexable = { [key: string]: T } declare type Hash = Indexable