import React from "react"; import type { RefineBreadcrumbProps } from "@refinedev/ui-types"; import { type BreadcrumbProps as ChakraBreadcrumbProps } from "@chakra-ui/react"; export type BreadcrumbProps = RefineBreadcrumbProps; export declare const Breadcrumb: React.FC; //# sourceMappingURL=index.d.ts.map