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