import React from 'react';
export declare const Link: <LinkProps>(StyledLink: React.ComponentType<LinkProps>) => React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>;
