import type { IPropertyPaneHeadingProps } from './IPropertyPaneHeading'; import { type IPropertyPaneField } from '../propertyPaneField/IPropertyPaneField'; /** * Helper method to create a heading on the PropertyPane. * Temporary solution while waiting for redesign * @param targetProperty - Target property the label is associated to. * @param properties - Strongly typed Label properties. * * @beta */ export declare function PropertyPaneHeading(targetProperty: string, properties: IPropertyPaneHeadingProps): IPropertyPaneField; //# sourceMappingURL=PropertyPaneHeading.d.ts.map