import React from "react"; import type Props from "./types/Props"; declare const Extended: ({ breadcrumbs, divider }: Props) => React.JSX.Element; export default Extended; //# sourceMappingURL=Extended.d.ts.map