import { default as React } from 'react'; import { Button } from '../button'; export type TextareaClearButtonProps = React.ComponentPropsWithoutRef; export declare const TextareaClearButton: React.ForwardRefExoticComponent>;