export declare function getGroupAttrs(groups: Group[]): any; declare class Group { id: string; element: Element; constructor(element: Element); } export default Group;