import type { IPropertyPaneChoiceGroupProps } from './IPropertyPaneChoiceGroup'; import { type IPropertyPaneField } from '../propertyPaneField/IPropertyPaneField'; /** * Helper method to create a Choice Group on the PropertyPane. * @param targetProperty - Target property the choice group is associated to. * @param properties - Strongly typed Choice Group properties. * * @public */ export declare function PropertyPaneChoiceGroup(targetProperty: string, properties: IPropertyPaneChoiceGroupProps): IPropertyPaneField; //# sourceMappingURL=PropertyPaneChoiceGroup.d.ts.map