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