import { ComponentPropsWithoutRef } from 'react'; import { CopyKey } from '../../shared'; export declare const TextButton: ({ className, ...props }: ComponentPropsWithoutRef<'button'> & CopyKey) => JSX.Element;