/**
 * @typedef {import('../../typedef').Comment} Comment
 * @typedef {import('../../typedef').CommentManager} CommentManager
 *
 * @param {string} formId
 * @param {string} fieldId
 * @param {string}  [identifier]
 * @return {CommentManager}
 */
export default function useComments(formId: string, fieldId: string, identifier?: string): CommentManager;
export type Comment = import('../../typedef').Comment;
export type CommentManager = import('../../typedef').CommentManager;
//# sourceMappingURL=use-comments.d.ts.map