import { CrumbType } from '../types/breadcrumbs';
export declare const crumbMaxCharName: (crumb: CrumbType, charLimit: number, overflow: boolean, lastCrumb: boolean) => CrumbType;
