Describe the bug
cleanup function doesn't exist in types/index.d.ts now, so we cannot load cleanup function from TypeScript files.
Probably we need to add export function cleanup(): void; like DefinitelyTyped/types/testing-library__vue/index.d.ts
Screenshots

Related information:
@testing-library/vue version: v5.5.0
node version: v14.7.0
npm (or yarn) version: v6.14.7