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