import { TimelinePipe } from "@pnp/core"; import { Queryable } from "@pnp/queryable"; export interface IGraphBrowserProps { baseUrl?: string; } export declare function GraphBrowser(props?: IGraphBrowserProps): TimelinePipe; //# sourceMappingURL=graphbrowser.d.ts.map