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