declare const Logo: ({ size, ...props }: { onClick?: any; size?: number | undefined; }) => JSX.Element; export default Logo;