import { App } from '~/types'; export type AppBadgeProps = { app?: App; }; export declare const AppBadge: ({ app }: AppBadgeProps) => JSX.Element | null; //# sourceMappingURL=AppBadge.d.ts.map