declare module 'find-project-root'; declare interface StaticImageData { src: string; height: number; width: number; placeholder?: string; }