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