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