import React, { FC } from 'react';
declare type Props = {
    children?: React.ReactNode;
};
declare const SuccessNotification: FC<Props>;
export default SuccessNotification;
