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