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