export declare enum NotificationType { Success = "Success", Error = "Error" } export declare const notification: (content: string, type: NotificationType) => void; //# sourceMappingURL=rc-notification.d.ts.map