import React from 'react'; declare type Props = { hasNotification?: boolean; numberOfNotifications?: number; position?: 'right' | 'on-top-left'; children?: React.ReactNode; }; export declare const NotificationWrapper: React.FC; export {};