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