/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
import { InputSeparatorOrientation } from './interfaces/InputSeparatorOrientation';
/**
* Represents the Kendo UI for Vue InputSeparator component. It can be used as a separator
* between horizontal icons in prefix and suffix templates.
*
* ```jsx
*
*
*
* ```
*/
declare const InputSeparator: import('vue').DefineComponent InputSeparatorOrientation;
default: InputSeparatorOrientation;
};
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly InputSeparatorOrientation;
default: InputSeparatorOrientation;
};
}>> & Readonly<{}>, {
orientation: InputSeparatorOrientation;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export { InputSeparator };