/** * Converts input datetime which lacks timezone info into user's local time so that they can * easily understand the times. */ export declare const convertTimeToLocalTimezone: (dateTime: string | Date) => string; export declare const FailedEntities: () => import("react/jsx-runtime").JSX.Element;