import { type ComponentPropsWithoutRef, type FC } from 'react'; import { TextLink } from '../TextLink'; type Props = Omit, 'rel' | 'prefix' | 'suffix'>; export declare const HelpLink: FC; export {};