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