import { ID } from '@zeniai/client-epic-state'; import { CommentsNotificationsListGroupRowProps } from './CommentsNotificationsListGroupRowMedium'; /** * Component */ export declare const CommentsNotificationsListGroupRow: (props: CommentsNotificationsListGroupRowProps) => import("react/jsx-runtime").JSX.Element; /** * Section Form Data */ export type CommentsNotificationsListGroupRowFormData = ID[]; export type CommentsNotificationsListSectionFormData = Record; type FormDataKeys = keyof CommentsNotificationsListSectionFormData; export declare const uniqueName: (sectionId: string, key: FormDataKeys) => `${string}.${string}`; export type FormDataKeyUniqueNames = ReturnType; export {};