import { FC } from "react"; export declare const IDAndShortID: FC<{ object: { id: string; shortId: string; }; }>;