import type { ComponentType, SvelteComponentTyped } from 'svelte'; export declare const groups: Record; group: GroupDef; }>; export default groups; export declare function getGroupById(id: string): { default: ComponentType>; group: GroupDef; } | undefined; export type GroupDef = { id: string; label: string; description: string; };