import { GetPageTitleProps, MenuDataItem } from '@admin-layout/client'; export declare const matchParamsPath: (pathname: string, breadcrumb?: { [path: string]: MenuDataItem; }, breadcrumbMap?: Map) => MenuDataItem; declare const getPageTitleInfo: (props: GetPageTitleProps, ignoreTile?: boolean) => { title: string; id: string; pageName: string; }; export { getPageTitleInfo }; //# sourceMappingURL=getPageTitle.d.ts.map