/// interface Props { readonly appName: string; readonly envName: string; } declare function AppNotifyCard({ appName, envName }: Props): JSX.Element; export default AppNotifyCard;