///
declare const Link: import("react").ForwardRefExoticComponent, "style" | "className"> & {
$as?: import("react").ElementType | undefined;
className?: import("..").Styles;
style?: import("..").Styles;
} & {
href?: string | undefined;
} & {
children?: import("react").ReactNode;
} & import("react").RefAttributes>;
export default Link;