import { IPropertyPaneField } from '@microsoft/sp-property-pane';
import { IPropertyFieldButtonProps, IPropertyFieldButtonPropsInternal } from './IPropertyFieldButtonProps';
export declare function PropertyFieldButton(targetProperty: string, properties: IPropertyFieldButtonProps): IPropertyPaneField<IPropertyFieldButtonPropsInternal>;
//# sourceMappingURL=PropertyFieldButton.d.ts.map