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