import React from 'react'; import { AppLayoutInternals } from '../interfaces'; export interface AppLayoutNotificationsImplementationProps { appLayoutInternals: AppLayoutInternals; children: React.ReactNode; } export declare function AppLayoutNotificationsImplementation({ appLayoutInternals, children }: AppLayoutNotificationsImplementationProps): JSX.Element;