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