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