///
export interface BreadcrumbHeadingProps extends React.HTMLProps {
/** Content rendered inside the breadcrumb title. */
children?: React.ReactNode;
/** Additional classes added to the breadcrumb item. */
className?: string;
/** HREF for breadcrumb link. */
to?: string;
/** Target for breadcrumb link. */
target?: string;
/** Sets the base component to render. Defaults to */
component?: React.ReactNode;
/** Internal prop set by Breadcrumb on all but the first crumb */
showDivider?: boolean;
}
export declare const BreadcrumbHeading: React.FunctionComponent;
//# sourceMappingURL=BreadcrumbHeading.d.ts.map