export default function ArweaveAppLogo({ width, height, stroke, }: { width: any; height: any; stroke: any; }): import("react").JSX.Element;