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