interface BreadcrumbProps {
    home?: any;
    model?: any[];
}

declare class Breadcrumb {
    $props: BreadcrumbProps;
}

export default Breadcrumb;
