import React from 'react';
import type { LogoProps } from '../types';
/**
 * __Guard logo__
 *
 * The Guard logo with both the wordmark and the icon combined.
 *
 * - [Examples](https://atlassian.design/components/logo/examples)
 * - [Code](https://atlassian.design/components/logo/code)
 * - [Usage](https://atlassian.design/components/logo/usage)
 */
export declare const GuardLogo: ({ appearance, label, size, testId, textColor, iconColor, }: LogoProps) => React.JSX.Element;
