/**
 * 2024-09-07:  Migrated from the same folder in fps-library-v2/common/Images/...
 */
import { IPropertyPaneDropdownOptionFPS } from "../../types/fps-common/AudienceInterfaces";
export type IImageTarget = 'top' | 'blank' | 'self' | 'parent';
export declare const imgTargetChoices: IPropertyPaneDropdownOptionFPS[];
export declare const imgTargetChoicesAll: IPropertyPaneDropdownOptionFPS[];
export declare function getTarget(findMe: IImageTarget): "_blank" | "_self" | "_parent" | "_top";
//# sourceMappingURL=imgTarget.d.ts.map