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