export default Group; type Group = { $on?(type: string, callback: (e: any) => void): () => void; $set?(props: Partial<$$ComponentProps>): void; }; declare const Group: import("svelte").Component<{ group: any; table: any; }, {}, "">; type $$ComponentProps = { group: any; table: any; }; //# sourceMappingURL=Group.svelte.d.ts.map