import { IPropertyPaneConfiguration } from '@microsoft/sp-webpart-base'; import { IState } from '../types'; /** * * @param state */ export declare const generatePaneConfig: (state: IState) => IPropertyPaneConfiguration; /** * */ export declare const getPaneConfig: import("reselect").OutputSelector IPropertyPaneConfiguration>; //# sourceMappingURL=generateConfig.d.ts.map