import type { IPropertyPaneDynamicTextFieldProps } from './IPropertyPaneDynamicTextField'; import { type IPropertyPaneField } from '../propertyPaneField/IPropertyPaneField'; /** * Helper method to create a Dynamic TextField on the PropertyPane. * @param targetProperty - Target property the dynamic textfield is associated to. * @param properties - Properties of the PropertyPaneDynamicTextField. * * @beta * @deprecated - This has been replaced by PropertyPaneDynamicField */ export declare function PropertyPaneDynamicTextField(targetProperty: string, properties: IPropertyPaneDynamicTextFieldProps): IPropertyPaneField; //# sourceMappingURL=PropertyPaneDynamicTextField.d.ts.map