import type { DSBreadcrumbsElement } from '@digdir/designsystemet-web'; import '@digdir/designsystemet-web'; import { type HTMLAttributes } from 'react'; import type { DefaultProps } from '../../types'; import type { MergeRight } from '../../utilities'; export type BreadcrumbsProps = MergeRight, { /** * Sets the screen reader label for the Breadcrumbs area * @default 'Du er her' */ 'aria-label'?: string; }>; /** * `Breadcrumbs` is a component that displays a list of breadcrumbs. * * @example * * * Nivå 1 * * * * Nivå 1 * * * Nivå 2 * * * */ export declare const Breadcrumbs: import("react").ForwardRefExoticComponent, "aria-label"> & { /** * Sets the screen reader label for the Breadcrumbs area * @default 'Du er her' */ 'aria-label'?: string; } & import("react").RefAttributes>; //# sourceMappingURL=breadcrumbs.d.ts.map