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