import { FC, HTMLAttributes } from 'react';
/**
*
*/
export type CrumbProps = HTMLAttributes & {
href?: string;
};
/**
*
*/
export declare const Crumb: FC;
/**
*
*/
export type BreadCrumbsProps = HTMLAttributes;
/**
*
*/
export declare const BreadCrumbs: FC;