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