import { DBase, DBaseOptions, DThemeBase } from "./d-base"; export interface DNotificationOptions extends DBaseOptions { } export interface DThemeNotification extends DThemeBase { } export declare class DNotification = DNotificationOptions> extends DBase { }