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