import React from 'react'; import { LinkProps } from '@control-ui/kit/Link'; export type LinkInternalProps = LinkProps; export declare const LinkInternal: ({ to, primary, ...p }: LinkInternalProps) => React.JSX.Element;