import { IPlaceholderWithCalloutProps } from '../../common/placeholderWithCallout/IPlaceholderWithCallout';
import { IPopupWindowProps } from '@microsoft/sp-property-pane';
import { ILinkProps } from '@fluentui/react';
/**
 * PropertyFieldLinkWithCalloutHost properties interface
 */
export interface IPropertyFieldLinkWithCalloutHostProps extends ILinkProps, IPlaceholderWithCalloutProps {
    text: string;
    popupWindowProps?: IPopupWindowProps;
}
//# sourceMappingURL=IPropertyFieldLinkWithCalloutHost.d.ts.map