import { default as React } from 'react'; import { Button } from '../button'; export type ClearButtonProps = React.ComponentPropsWithoutRef; /** This is a button that is used to clear the input field */ export declare const ClearButton: React.ForwardRefExoticComponent>;