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