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