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