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