import './Link.css'; import { ElementType } from 'react'; import { type PolymorphicComponentPropsWithoutRef } from '../../utils/polymorphicComponentWithRef'; import { type TypographyBaseProps } from '../Typography'; export type LinkBaseProps = Pick; export type LinkProps = PolymorphicComponentPropsWithoutRef; export declare const Link: import("../../utils/polymorphicComponentWithRef").PolymorphicComponentWithRef;