/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { PropType } from 'vue'; /** * @hidden */ export interface UploadStatusProps { isUploading: boolean; isUploaded: boolean; isUploadFailed: boolean; } /** * @hidden */ declare const UploadStatus: import('vue').DefineComponent; isUploaded: PropType; isUploadFailed: PropType; }>, { kendoLocalizationService: {}; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; isUploaded: PropType; isUploadFailed: PropType; }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { UploadStatus };