import { IconHandle, SvgIconHandle, IconProps, SvgIconProps } from '@progress/kendo-react-common'; import * as React from 'react'; /** * Represent the `ref` of the `InputValidationIcon` component. */ export declare type InputValidationIconHandle = IconHandle & SvgIconHandle; /** * Represents the `props` of the `InputValidationIcon` component. */ export declare type InputValidationIconProps = IconProps & SvgIconProps; /** * Represents the KendoReact InputValidationIcon component. */ export declare const InputValidationIcon: React.ForwardRefExoticComponent>;