import { IconDefinition, IconProp } from '@fortawesome/fontawesome-svg-core';
export declare const NOTIFICATION_ICONS: {
    [key: string]: IconDefinition | IconProp;
};
export declare const NOTIFICATION_CLASSES: {
    [key: string]: string;
};
