import * as React from 'react'; /** * Represent the `ref` of the `InputClearValue` component. */ export declare type InputClearValueHandle = { element: HTMLSpanElement | null; }; /** * Represents the `props` of the `InputClearValue` component. */ export declare type InputClearValueProps = React.HTMLAttributes; /** * Represents the KendoReact InputClearValue component. */ export declare const InputClearValue: React.ForwardRefExoticComponent>;