import React from 'react';
import type { TextLinkProps } from './types';
export declare const TextLink: React.ForwardRefExoticComponent<TextLinkProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
