import type { FC } from 'react'; import { type LinkProps } from '../Link'; export type EmptyStateLinkProps = LinkProps; export declare const EmptyStateLink: FC;