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