import { FC } from "react"; import type { MittwaldAPIV2 } from "@mittwald/api-client"; type AppAppInstallation = MittwaldAPIV2.Components.Schemas.AppAppInstallation; type AppApp = MittwaldAPIV2.Components.Schemas.AppApp; export declare const AppInstallationDetails: FC<{ appInstallation: AppAppInstallation; app: AppApp; }>; export {};