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