import { NotificationPosition } from '../../utils/constants'; /** * @slot default - Child content of the component. */ export declare class NvNotificationContainer { /****************************************************************************/ /** * Position of the notification container on the screen. */ readonly position: `${NotificationPosition}`; /****************************************************************************/ render(): any; }