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