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