import { nothing } from 'lit'; import { type Group } from '../../../../../core'; export declare const GroupTitle: (groupData: Group, ops: { groupHover: boolean; readonly: boolean; clickAdd: (evt: MouseEvent) => void; clickOps: (evt: MouseEvent) => void; }) => import("lit-html").TemplateResult | typeof nothing; //# sourceMappingURL=group-title.d.ts.map