/** * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen} * @codegen <> * @codegenCommand yarn workspace @atlaskit/temp-nav-app-icons build-temp-logos */ import React from 'react'; import type { AppIconProps } from '../../utils/types'; /** * __AdminIcon__ * * A temporary component to represent the icon for Admin. * @deprecated This component has been replaced by the component `AdminIcon` in `@atlaskit/logo`. * Please migrate any usages of this temporary component, using the prop `shouldUseNewLogoDesign` where necessary * to enable the new design by default. * */ export declare function AdminIcon({ size, appearance, label, testId }: AppIconProps): React.JSX.Element;