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