import React from 'react';
import type { LogoPropsAppearanceRequired } from '../types';
/**
 * __Atlas logo__
 *
 * The Atlas 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 AtlasIcon is deprecated and will be removed from atlaskit/logo in the next major release.
 */
export declare const AtlasIcon: ({ appearance, label, size, testId, }: LogoPropsAppearanceRequired) => React.JSX.Element;
