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