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