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