type DateSeparatorProps = { /** The date to format */ date?: Date; /** Override the default formatting of the date. This is a function that has access to the original date object. */ formatDate?: (date: Date) => string; /** If following messages are not new */ unread?: boolean; }; export { DateSeparatorProps }; //# sourceMappingURL=DateSeparator.d.ts.map