/**
 * Copyright 2020, Verizon Media
 * Licensed under the terms of the MIT license. See accompanying LICENSE.md file for terms.
 */
import React from 'react';
export declare const DnBreadcrumb: React.FC<DnBreadcrumbProps>;
export interface DnBreadcrumbProps {
    className?: string;
    children: React.ReactNode;
}
//# sourceMappingURL=DnBreadcrumb.d.ts.map