import React from 'react'; interface AppLogoProps { className?: string; size?: string | number; color?: string; rotate?: boolean; } declare const AppLogo: React.FC; export default AppLogo;