import * as React from 'react';
import { NotificationsHostProps, NotificationsToastProps } from './types';
export declare const DefaultHost: React.FC<NotificationsHostProps>;
export declare const DefaultToast: React.FC<NotificationsToastProps>;
