import type Notive from "./index"; declare global { interface Window { notive: Notive; } } export {};