import React from 'react'; import { LinkProps, PolymorphicLinkProps } from './Link.types'; export declare const Link: React.ForwardRefExoticComponent & React.RefAttributes>; export declare const UnstyledPolymorphicLink: = "a">({ as, disabled, children, className, ...restProps }: PolymorphicLinkProps) => JSX.Element;