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