import { IPropertyPaneCustomFieldProps, IPropertyPaneChoiceGroupProps } from '@microsoft/sp-property-pane';
import { IPropertyFieldHeaderCalloutProps } from '../../common/propertyFieldHeader/IPropertyFieldHeader';
export interface IPropertyFieldChoiceGroupWithCalloutPropsInternal extends IPropertyPaneCustomFieldProps, IPropertyPaneChoiceGroupProps, IPropertyFieldHeaderCalloutProps {
    key: string;
}
/**
 * Public properties of PropertyFieldChoiceGroupWithCallout custom field
 */
export interface IPropertyFieldChoiceGroupWithCalloutProps extends IPropertyPaneChoiceGroupProps, IPropertyFieldHeaderCalloutProps {
    key: string;
}
//# sourceMappingURL=IPropertyFieldChoiceGroupWithCallout.d.ts.map