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