import { CommentsNotificationsListGroupRowProps } from './CommentsNotificationsListGroupRowMedium'; /** * Component */ export declare const CommentsNotificationsListGroupRowSmall: ({ notificationGroup, users, sectionId, checkBoxMode, style, isDisabled, onNotificationTileClick, }: CommentsNotificationsListGroupRowProps) => import("react/jsx-runtime").JSX.Element;