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