import type { ComponentType } from 'react'; import type { BreadcrumbsProps } from '@mui/material'; type BreadcrumbsStyledProps = BreadcrumbsProps & { size: string | number; }; export declare const Breadcrumbs: ComponentType; export {}; //# sourceMappingURL=Breadcrumbs.styled.d.ts.map