import React from 'react'; export default function ListLogo({ logoURI, style, size, alt, }: { logoURI: string; size?: string; style?: React.CSSProperties; alt?: string; }): JSX.Element;