declare const _default: import("vue").DefineComponent<{
    /**
     * The URL of the page that the breadcrumb goes to.
     */
    href: StringConstructor;
    /**
     * The text label for the breadcrumb.
     */
    label: {
        type: StringConstructor;
        required: true;
    };
    /**
     * Indicates whether the breadcrumb color should be neutral and only act like an anchor tag when hovered.
     */
    neutral: BooleanConstructor;
    /**
     * The name for the breadcrumb component.
     * This value is used to identify the breadcrumb in a callback.
     */
    name: {
        type: StringConstructor;
        required: true;
    };
}, unknown, unknown, {
    /**
     * The CSS class names for the anchor tag.
     */
    anchorClassNames(): string;
}, {
    /**
     * Handles the click event on the breadcrumb.
     */
    handleAnchorClick(): void;
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    /**
     * The URL of the page that the breadcrumb goes to.
     */
    href: StringConstructor;
    /**
     * The text label for the breadcrumb.
     */
    label: {
        type: StringConstructor;
        required: true;
    };
    /**
     * Indicates whether the breadcrumb color should be neutral and only act like an anchor tag when hovered.
     */
    neutral: BooleanConstructor;
    /**
     * The name for the breadcrumb component.
     * This value is used to identify the breadcrumb in a callback.
     */
    name: {
        type: StringConstructor;
        required: true;
    };
}>>, {
    neutral: boolean;
}, {}>;
export default _default;
