import { IPropertyPaneCustomFieldProps, IPropertyPaneButtonProps } from '@microsoft/sp-property-pane';
import { IPlaceholderWithCalloutProps } from '../../common/placeholderWithCallout/IPlaceholderWithCallout';
/**
 * Internal properties of PropertyFieldButtonWithCallout custom field
 */
export interface IPropertyFieldButtonWithCalloutPropsInternal extends IPropertyPaneCustomFieldProps, IPropertyPaneButtonProps, IPlaceholderWithCalloutProps {
}
/**
 * Public properties of PropertyFieldButtonWithCallout custom field
 */
export interface IPropertyFieldButtonWithCalloutProps extends IPropertyPaneButtonProps, IPlaceholderWithCalloutProps {
    key: string;
}
//# sourceMappingURL=IPropertyFieldButtonWithCallout.d.ts.map