/** * 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 { AppLogoProps } from '../../utils/types'; /** * __AdminLogo__ * * A temporary component to represent the logo for Admin. * */ export declare function AdminLogo({ size, appearance, label, testId }: AppLogoProps): React.JSX.Element;