import React from "react"; import type { separator, fullWidth, className, children } from "../../types/components/breadcrumbs"; export interface BreadcrumbsProps extends React.ComponentProps<"ol"> { separator?: separator; fullWidth?: fullWidth; className?: className; children: children; } export declare const Breadcrumbs: React.ForwardRefExoticComponent & React.RefAttributes>; export default Breadcrumbs; //# sourceMappingURL=index.d.ts.map