import { EhAppIndexed } from '@env-hopper/backend-core'; interface AppIconProps { app: EhAppIndexed; className?: string; } export declare function AppIcon({ app, className }: AppIconProps): import("react/jsx-runtime").JSX.Element; export {};