import type { IPropertyPaneThumbnailPickerProps } from './IPropertyPaneThumbnailPicker'; import { type IPropertyPaneField } from '../propertyPaneField/IPropertyPaneField'; /** * Helper method to create a ThumbnailPicker on the PropertyPane. * @param targetProperty - Target property the thumbnail picker is associated to. * @param properties - Strongly typed ThumbnailPicker properties. * * @beta */ export declare function PropertyPaneThumbnailPicker(targetProperty: string, properties: IPropertyPaneThumbnailPickerProps): IPropertyPaneField; //# sourceMappingURL=PropertyPaneThumbnailPicker.d.ts.map