import { FC } from "react"; export declare const CustomerIDAndNumber: FC<{ object: { customerId: string; customerNumber: string; }; }>;