export type KendoInputSuffixProps = {
    direction?: "horizontal" | "vertical";
};
export declare const InputSuffix: (props: KendoInputSuffixProps & React.HTMLAttributes<HTMLSpanElement>) => import("react/jsx-runtime").JSX.Element;
