export default function ArconnectLogo({ width, height, innerFill, outerFill }: { width: any; height: any; innerFill: any; outerFill: any; }): import("react").JSX.Element;