import { JSX } from 'react';
import { CustomLinkProps, DefaultLinkProps } from '../../Link/Link';
export type { DefaultLinkProps as DefaultIdentifierLinkProps, CustomLinkProps as CustomIdentifierLinkProps, } from '../../Link/Link';
export declare function IdentifierLink(props: DefaultLinkProps): JSX.Element;
export declare function IdentifierLink<T>(props: CustomLinkProps<T>): JSX.Element;
