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