import * as React from 'react'; import { ISiteBreadcrumbProps, ISiteBreadcrumbState } from './ISiteBreadcrumb'; /** * Site breadcrumb component */ export declare class SiteBreadcrumb extends React.Component { private _linkItems; constructor(props: ISiteBreadcrumbProps); /** * React component lifecycle hook, runs after render */ componentDidMount(): void; /** * Start the link generation for the breadcrumb */ private _generateLinks; /** * Retrieve the parent web URLs * @param webUrl Current URL of the web to process */ private _getParentWeb; /** * Set the current breadcrumb data */ private _setBreadcrumbData; /** * Default React component render method */ render(): React.ReactElement; } //# sourceMappingURL=SiteBreadcrumb.d.ts.map