import React from 'react';
import type { LogoProps } from '../types';
/**
 * __Halp icon__
 *
 * The Halp icon without an accompanying wordmark.
 *
 * - [Examples](https://atlassian.design/components/logo/examples)
 * - [Code](https://atlassian.design/components/logo/code)
 * - [Usage](https://atlassian.design/components/logo/usage)
 *
 * @deprecated HalpIcon is deprecated and will be removed from atlaskit/logo in the next major release. Please use the JiraServiceManagementIcon.
 */
export declare const HalpIcon: ({ appearance, label, size, testId, textColor, iconColor, }: LogoProps) => React.JSX.Element;
