import { Store } from 'redux'; import { IState } from './src/store/types'; import { IPropertyPaneConfiguration } from '@microsoft/sp-webpart-base'; export declare class DynamicPropertyPane { store: Store; constructor(); getState(): IState; getVisiblePages(): import("./src/store/page/types/state").IPageKV; getPropertyPaneConfig(): IPropertyPaneConfiguration; } //# sourceMappingURL=index.d.ts.map