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