export function BreadcrumbWithOverflow({ breadcrumbs, className, label, maxVisible, noTrailingSlash, overflowAriaLabel, overflowTooltipAlign, ...other }: { [x: string]: any; breadcrumbs: any; className: any; label: any; maxVisible: any; noTrailingSlash: any; overflowAriaLabel: any; overflowTooltipAlign: any; }): React.JSX.Element; export namespace BreadcrumbWithOverflow { export namespace propTypes { let breadcrumbs: PropTypes.Requireable<(PropTypes.InferProps<{ /** * Optional string representing the link location for the BreadcrumbItem */ href: PropTypes.Requireable; /** * Provide if this breadcrumb item represents the current page */ isCurrentPage: PropTypes.Requireable; /** * Key required to render array efficiently */ key: PropTypes.Validator; /** * Pass in content that will be inside of the BreadcrumbItem */ label: PropTypes.Requireable; /** * An optional title label for extra long breadcrumb */ shortTitle: PropTypes.Requireable; /** * A string based alternative to the children, required only if children is not of type string */ title: PropTypes.Requireable; }> | null | undefined)[]>; let className: PropTypes.Requireable; let label: PropTypes.Requireable; let maxVisible: PropTypes.Requireable; let noTrailingSlash: PropTypes.Requireable; let overflowAriaLabel: PropTypes.Requireable; let overflowTooltipAlign: any; } export { componentName as displayName }; } import React from 'react'; import PropTypes from 'prop-types'; declare const componentName: "BreadcrumbWithOverflow"; export {}; //# sourceMappingURL=BreadcrumbWithOverflow.d.ts.map