import {Api} from "nocodb-sdk" declare module "vue/types/options" { interface ComponentOptions { $tele: { emit: (event: string, data?) => void }, $api: Api } }