import { FC } from "react"; interface Props { object: { createdAt: string | undefined; }; } export declare const CreatedAt: FC; export {};