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