/** @typedef {typeof __propDef.props} UserGroupIconProps */ /** @typedef {typeof __propDef.events} UserGroupIconEvents */ /** @typedef {typeof __propDef.slots} UserGroupIconSlots */ export default class UserGroupIcon extends SvelteComponentTyped<{ [x: string]: any; }, { [evt: string]: CustomEvent; }, {}> { } export type UserGroupIconProps = typeof __propDef.props; export type UserGroupIconEvents = typeof __propDef.events; export type UserGroupIconSlots = typeof __propDef.slots; import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: { [x: string]: any; }; events: { [evt: string]: CustomEvent; }; slots: {}; }; export {};