import { IconName } from '../../types';
export declare const NOTIFICATION_VARIANT: readonly ["success", "error", "warning", "info"];
export type NotificationVariant = (typeof NOTIFICATION_VARIANT)[number];
export declare const NOTIFICATION_ICONS: Record<NotificationVariant, IconName>;
