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