import { BreadcrumbLink as Component } from './BreadcrumbLink'; export declare const BreadcrumbLink: { readonly name: "BreadcrumbLink"; readonly purpose: "Link to an ancestor page inside a BreadcrumbItem."; readonly example: "\n \n Home\n \n Reports\n \n"; readonly body: "htmdx"; readonly props: readonly [{ readonly name: "href"; readonly type: "string"; readonly required: true; readonly description: "URL of the ancestor page."; }]; readonly Component: typeof Component; };