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