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