import React, { FunctionComponent } from 'react'; declare type NotificationBarProps = Readonly<{ duration?: number | null; }>; declare type Context = { notification: string | null; setNotification: (notification: any) => void; }; export declare const Notification: React.NamedExoticComponent>; export declare const NotificationBar: FunctionComponent; export declare const NotificationBarProvider: React.NamedExoticComponent>; export declare const NotificationBarConsumer: React.Consumer; export {}; //# sourceMappingURL=index.d.ts.map