import React from 'react';
export interface LogoProps {
    size?: number;
    'aria-label'?: string;
}
export declare const Logo: React.FC<LogoProps>;
