import React from 'react'; export default function AppBadging({ className }: { className?: string; }): React.JSX.Element;