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