export type NotificationAreaKind = string;
export namespace NotificationAreaKind {
    let Primary: string;
    let Secondary: string;
    let Toast: string;
}
//# sourceMappingURL=NotificationAreaKind.d.ts.map