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