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