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