import type { BreadcrumbItemType, BreadcrumbSeparatorType, ItemType } from "./Breadcrumb";
export default function useItems(items?: ItemType[]): Partial<BreadcrumbItemType & BreadcrumbSeparatorType>[] | null;
