import type { IPropertyPaneTextFieldProps } from './IPropertyPaneTextField'; import { type IPropertyPaneField } from '../propertyPaneField/IPropertyPaneField'; /** * Helper method to create a TextField on the PropertyPane. * @param targetProperty - Target property the textfield is associated to. * @param properties - Strongly typed TextField properties. * * @public */ export declare function PropertyPaneTextField(targetProperty: string, properties: IPropertyPaneTextFieldProps): IPropertyPaneField; //# sourceMappingURL=PropertyPaneTextField.d.ts.map