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