export declare const Breadcrumb: { ({ className, children, ref, size, "aria-label": ariaLabel, ...props }: import("./breadcrumb-root").BreadcrumbProps): import("react/jsx-runtime").JSX.Element; displayName: string; } & { Item: { ({ ref, render, children, className, leadingIcon, trailingIcon, current, disabled, href, dropdownItems, ...props }: import("./breadcrumb-item").BreadcrumbItemProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; Ellipsis: { ({ ref, className, children, ...props }: import("./breadcrumb-misc").BreadcrumbEllipsisProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; Separator: { ({ ref, children, className, ...props }: import("./breadcrumb-misc").BreadcrumbSeparatorProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; }; //# sourceMappingURL=breadcrumb.d.ts.map