import type { IconProps } from '../types/index'; declare function SvgAtlassianLogo(iconProps: IconProps): JSX.Element; declare namespace SvgAtlassianLogo { var displayName: string; } export default SvgAtlassianLogo;