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