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