/// <reference types="react" />
import { AllCustomizationProps, CnCh } from "../../helpers/global.types";
declare type ExtraBreadcrumbsProps = AllCustomizationProps & CnCh;
export interface BreadcrumbsProps extends ExtraBreadcrumbsProps {
    separator?: JSX.Element | string | null;
}
export {};
