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