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