import type { NotificationInterface } from '#hooks'; export type NotificationIconProps = { type: NotificationInterface['type']; }; export declare const NotificationIcon: ({ type }: NotificationIconProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=NotificationIcon.d.ts.map