import React from "react"; import { LinkProps } from "next/link"; declare type MakeOptional = Omit & Partial>; declare type RefineLinkProps = ((MakeOptional & { to: LinkProps["href"]; }) | LinkProps) & { children: React.ReactNode; ref?: React.Ref; }; export declare const RefineLink: React.FC; export {}; //# sourceMappingURL=refine-link.d.ts.map