import type { ComponentType } from "react";

declare module "react-scroll" {
  export const Link: ComponentType<Record<string, unknown>>;
}
