diff --git a/packages/next/client/image.tsx b/packages/next/client/image.tsx index 0a862497ebc1a..5752d6d900629 100644 --- a/packages/next/client/image.tsx +++ b/packages/next/client/image.tsx @@ -57,13 +57,6 @@ type OnLoadingComplete = (result: { type ImgElementStyle = NonNullable -interface StaticImageData { - src: string - height: number - width: number - blurDataURL?: string -} - interface StaticRequire { default: StaticImageData }