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