import { IPlaceholderWithCalloutProps } from '../../common/placeholderWithCallout/IPlaceholderWithCallout';
import { ILabelProps } from '@fluentui/react';
/**
 * PropertyFieldLabelWithCalloutHost properties interface
 */
export interface IPropertyFieldLabelWithCalloutHostProps extends ILabelProps, IPlaceholderWithCalloutProps {
    text: string;
}
//# sourceMappingURL=IPropertyFieldLabelWithCalloutHost.d.ts.map