import { default as React } from 'react'; import { LinkProps } from './link.types'; export declare const Link: React.MemoExoticComponent>>; export type { LinkProps, LinkSize, LinkDecoration, LinkVariant, LinkWeight } from './link.types'; export default Link;