import { Component } from 'react';
import type { JSX } from 'react';
/**
 * @slot {"name": "heading", "description": "Defines the heading of the inline notification. Can be used as an alternative to the `heading` prop for rich content." }
 * @slot {"name": "", "description": "Default slot for the inline notification description content." }
 */
export declare class DSRInlineNotification extends Component<any> {
    host: HTMLElement;
    private hasHeadingSlot;
    render(): JSX.Element;
}
