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