/**
 * @usage
 *
 * <NotificationInlineBase>This is a warning</NotificationInlineBase>
 */
declare function NotificationInlineBase({ children, className, textClassName, iconName, showShadow, ...rest }: any): import("react/jsx-runtime").JSX.Element;
declare namespace NotificationInlineBase {
    var defaultProps: {
        className: string;
        showShadow: boolean;
    };
}
export default NotificationInlineBase;
//# sourceMappingURL=NotificationInlineBase.d.ts.map