import { IPropertyPaneField } from '@microsoft/sp-property-pane';
import { IPropertyFieldSitePickerPropsInternal, IPropertyFieldSitePickerProps } from './IPropertyFieldSitePicker';
/**
 * Helper method to create a Site Picker on the PropertyPane.
 * @param targetProperty - Target property the site picker is associated to.
 * @param properties - Strongly typed site Picker properties.
 */
export declare function PropertyFieldSitePicker(targetProperty: string, properties: IPropertyFieldSitePickerProps): IPropertyPaneField<IPropertyFieldSitePickerPropsInternal>;
//# sourceMappingURL=PropertyFieldSitePicker.d.ts.map