import { Group } from './types'; export declare const useGroups: (Trans: any, emitter: any) => Group[]; export default useGroups;