import { Path } from './path'; export declare class Breadcrumbps { current: string; path: Path; constructor(current?: string, path?: Path); }