import type { TBreadcrumbProps } from './Breadcrumb.type'; declare const Breadcrumb: (props: TBreadcrumbProps) => import("react/jsx-runtime").JSX.Element; export default Breadcrumb;