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