/// export declare const BellIcon: ({ width, height, color, notificationCount, }: { width?: number | undefined; height?: number | undefined; color?: string | undefined; notificationCount?: number | undefined; }) => JSX.Element;