///
import { Theme } from '@mui/material';
export declare const StyledBreadcrumbs: import("@emotion/styled").StyledComponent<{
children?: import("react").ReactNode;
classes?: Partial | undefined;
expandText?: string | undefined;
itemsAfterCollapse?: number | undefined;
itemsBeforeCollapse?: number | undefined;
maxItems?: number | undefined;
separator?: import("react").ReactNode;
sx?: import("@mui/material").SxProps | undefined;
} & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLElement>, "key" | keyof import("react").HTMLAttributes> & {
ref?: ((instance: HTMLElement | null) => void) | import("react").RefObject | null | undefined;
}, "children" | keyof import("@mui/material/OverridableComponent").CommonProps | "sx" | "separator" | "expandText" | "itemsAfterCollapse" | "itemsBeforeCollapse" | "maxItems"> & import("@mui/system").MUIStyledCommonProps, {}, {}>;