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