/** @typedef {typeof __propDef.props} BiArrowUpRightSquareProps */ /** @typedef {typeof __propDef.events} BiArrowUpRightSquareEvents */ /** @typedef {typeof __propDef.slots} BiArrowUpRightSquareSlots */ export default class BiArrowUpRightSquare extends SvelteComponentTyped<{}, { [evt: string]: CustomEvent; }, {}> { } export type BiArrowUpRightSquareProps = typeof __propDef.props; export type BiArrowUpRightSquareEvents = typeof __propDef.events; export type BiArrowUpRightSquareSlots = typeof __propDef.slots; import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: {}; events: { [evt: string]: CustomEvent; }; slots: {}; }; export {};