interface Props { date?: string; unread?: boolean; } export declare function MessageDivider({ unread, date }: Props): JSX.Element; export {};