import React from 'react'; export declare type BreadcrumbProps = { children: React.ReactNode; active?: boolean; to: string; title?: string; target?: string; }; export default function BreadcrumbItem({ active, to, title, target, children, ...props }: BreadcrumbProps): JSX.Element; //# sourceMappingURL=BreadCrumbItem.d.ts.map