import { NotificationChannelId } from './notification-preferences.js'; export declare function NotificationChannelIcon({ channel, }: { channel: NotificationChannelId; }): import("react").JSX.Element; export declare function NotificationGearIcon(): import("react").JSX.Element;