import { MyLinkProps } from "../Link/Link.types";
export interface BreadcrumbItemProps extends MyLinkProps {
    last?: boolean;
}
