import { DefineComponent, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; import { BreadcrumbsVariantProps, BreadcrumbItemVariantProps } from './breadcrumbs.themes'; export declare const Breadcrumbs: DefineComponent; default: string; }; radius: { type: PropType< BreadcrumbsVariantProps["radius"]>; default: string; }; variant: { type: PropType< BreadcrumbsVariantProps["variant"]>; default: string; }; color: { type: PropType< BreadcrumbItemVariantProps["color"]>; default: string; }; underline: { type: PropType< BreadcrumbItemVariantProps["underline"]>; default: string; }; isDisabled: { type: PropType; default: boolean; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{ size: { type: PropType< BreadcrumbsVariantProps["size"]>; default: string; }; radius: { type: PropType< BreadcrumbsVariantProps["radius"]>; default: string; }; variant: { type: PropType< BreadcrumbsVariantProps["variant"]>; default: string; }; color: { type: PropType< BreadcrumbItemVariantProps["color"]>; default: string; }; underline: { type: PropType< BreadcrumbItemVariantProps["underline"]>; default: string; }; isDisabled: { type: PropType; default: boolean; }; }>> & Readonly<{}>, { color: "primary" | "secondary" | "success" | "warning" | "danger" | "foreground" | undefined; size: "sm" | "md" | "lg" | undefined; underline: "focus" | "none" | "hover" | "always" | "active" | undefined; variant: "solid" | "light" | "bordered" | undefined; radius: "none" | "sm" | "md" | "lg" | "full" | undefined; isDisabled: boolean; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;