import { Notifications } from '@open-tender/types';
import { ScreenConfig } from '../types';
export interface NotificationsProps {
    config: ScreenConfig;
    messages: Notifications;
}
