import { IPropertyFieldHeaderCalloutProps } from '../../common/propertyFieldHeader/IPropertyFieldHeader';
import { IChoiceGroupProps } from '@fluentui/react';
/**
 * PropertyFieldChoiceGroupWithCalloutHost properties interface
 */
export interface IPropertyFieldChoiceGroupWithCalloutHostProps extends IChoiceGroupProps, IPropertyFieldHeaderCalloutProps {
}
//# sourceMappingURL=IPropertyFieldChoiceGroupWithCalloutHost.d.ts.map