import type { MittwaldAPIV2 } from "@mittwald/api-client"; import { FC } from "react"; type IngressIngress = MittwaldAPIV2.Components.Schemas.IngressIngress; type Props = { ingress: IngressIngress; }; export declare const DnsValidationErrors: FC; export {};