//TODO: CI-1975 remove "any" types /* eslint-disable @typescript-eslint/no-explicit-any */ declare module '@financial-times/x-teaser' declare module '@financial-times/x-interaction' { class Serialiser {} function withActions(arg: any) function registerComponent(arg: any, arg: string) }