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