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