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