/// interface Props extends React.AnchorHTMLAttributes { children: JSX.Element | string; } export declare const TextLink: ({ children, ...props }: Props) => JSX.Element; export {};