declare type NotificationsProps = { visible?: boolean; }; declare const Notifications: ({ visible }: NotificationsProps) => JSX.Element; export default Notifications;