import { Notification } from './notification';
export declare function initSplitContainer(container: HTMLElement): Notification;
