import { INameValue } from '../interfaces/INameValue';
declare const notificationTypes: INameValue[];
export default notificationTypes;
