import React from 'react';
interface ErrorNotificationProps {
    message: string | null;
}
export declare const ErrorNotification: ({ message }: ErrorNotificationProps) => React.JSX.Element;
export {};
//# sourceMappingURL=ErrorNotification.d.ts.map