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