import { IPropertyPaneGroup } from '@microsoft/sp-webpart-base'; import { IGroupKV } from './types/state'; import { IState } from '../types'; export declare const generateGroupConfig: (groups: IGroupKV, groupId: string) => IPropertyPaneGroup; export declare const getGroupConfig: import("re-reselect").ParametricSelector & { resultFunc: (res1: IGroupKV, res2: string) => IPropertyPaneGroup; dependencies: [import("re-reselect").ParametricSelector, import("re-reselect").ParametricSelector]; recomputations: () => number; resetRecomputations: () => number; } & { getMatchingSelector: (state: IState, props: string, ...args: any[]) => import("re-reselect").OutputParametricSelector IPropertyPaneGroup, [import("re-reselect").ParametricSelector, import("re-reselect").ParametricSelector]>; removeMatchingSelector: (state: IState, props: string, ...args: any[]) => void; clearCache: () => void; cache: import("re-reselect").ICacheObject; keySelector: import("re-reselect").ParametricKeySelector; }; //# sourceMappingURL=generateConfig.d.ts.map