export declare function NotificationInlineSuccess({ children, className, ...rest }: any): import("react/jsx-runtime").JSX.Element;
export declare namespace NotificationInlineSuccess {
    var defaultProps: {
        className: string;
        showShadow: boolean;
    };
}
export default NotificationInlineSuccess;
//# sourceMappingURL=NotificationInlineSuccess.d.ts.map