import type { FC } from 'react'; export interface FlowbiteBreadcrumbTheme { item: { base: string; chevron: string; href: { off: string; on: string; }; icon: string; }; list: string; } export declare const Breadcrumb: FC, HTMLElement>> & { Item: import("react").ForwardRefExoticComponent>; };