/// import { UR } from 'getstream'; import { DefaultAT, DefaultUT } from '../context'; import { ElementOrComponentOrLiteralType, PropsWithElementAttributes } from '../utils'; import { NotificationFeedProps } from './NotificationFeed'; import { DropdownPanelProps } from './DropdownPanel'; export declare type NotificationDropdownProps = PropsWithElementAttributes<{ Icon?: ElementOrComponentOrLiteralType; width?: number; } & Pick & NotificationFeedProps>; /** * IMPORTANT: Changing most of the props below doesn't result in the desired effect. * These settings related to feed management should be changed in the `sharedFeeds` prop of the [`StreamApp`](#streamapp) component. */ export declare const NotificationDropdown: ({ width, Footer, Header, Icon, right, feedGroup, options, ...feedProps }: NotificationDropdownProps) => JSX.Element; //# sourceMappingURL=NotificationDropdown.d.ts.map