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