import type { IPropertyPaneDynamicFieldProps } from './IPropertyPaneDynamicField'; import { type IPropertyPaneField } from '../propertyPaneField/IPropertyPaneField'; /** * Helper method to create a Dynamic Data widget on the PropertyPane for a dynamic field. * * @param targetProperty - Target property the Dynamic Data widget is associated to. * @public */ export declare function PropertyPaneDynamicField(targetProperty: string, properties: IPropertyPaneDynamicFieldProps): IPropertyPaneField; //# sourceMappingURL=PropertyPaneDynamicField.d.ts.map