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