/**
 * @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';
/**
 * Represents the BreadcrumbDelimiter component.
 */
declare const BreadcrumbDelimiter: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
    id: PropType<string>;
    dir: PropType<string>;
    tabIndex: PropType<number>;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
    id: PropType<string>;
    dir: PropType<string>;
    tabIndex: PropType<number>;
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export { BreadcrumbDelimiter };
