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