import type { Locale } from "@intl-t/locales"; import type { LinkProps } from "@intl-t/next/link-server"; import NL from "next/link"; import type { ComponentProps } from "react"; type NL = typeof NL; export declare function LC({ href, locale, currentLocale, config, Link, ...props }: LinkProps & ComponentProps): import("react/jsx-runtime").JSX.Element; export {};