/**
 * Is renders an "All clear" message and an image to indicate the user has no
 * notifications.
 *
 * @example
 * <ClearInboxMessage />
 */
export default function ClearInboxMessage(): import("@emotion/react/jsx-runtime").JSX.Element;
