/// <reference types="react" />
import { IPropertyPaneGroup } from '@microsoft/sp-property-pane';
import { IThisFPSWebPartClass } from '@mikezimm/fps-core-v7/lib/banner/FPSWebPartClass/IThisFPSWebPartClass1152';
/**
 * PropertyPaneFpsPeoplePicker - replacement for { PropertyFieldPeoplePicker } from '@pnp/spfx-property-controls/lib/PropertyFieldPeoplePicker';
 *    Function-based implementation for the custom Property Pane field
 *    Original use cases:  BannerPropVisHelp, PivotTiles Groups Audience, PivotTiles Permissions Audience
 * @param thisWPClass
 * @param shortDescription
 * @param hideEasyToggle - Hide it here if you have it in it's own group
 * @param onPropertyPaneFieldChanged
 * @returns
 */
export declare function FPSWebPartInfoGroup(thisWPClass: IThisFPSWebPartClass, shortDescription: string | JSX.Element, onPropertyPaneFieldChanged: (propertyPath: string, oldValue: any, newValue: any) => Promise<void>, hideEasyToggle?: boolean): IPropertyPaneGroup;
//# sourceMappingURL=FPSWebPartInfoGroup.d.ts.map