import React from 'react'; import LinkBase, { LinkBaseProps } from '@digigov/react-core/LinkBase'; export interface LinkComponentContextProps { component: React.ElementType; children?: React.ReactNode; } export declare const CommonLink: React.FC; export declare const LinkProvider: React.FC; export type LinkProps = Omit & React.RefAttributes; declare const Link: React.ExoticComponent; export default Link; export { Link, LinkBase };