/** @typedef {typeof __propDef.props} LogoTwitchProps */ /** @typedef {typeof __propDef.events} LogoTwitchEvents */ /** @typedef {typeof __propDef.slots} LogoTwitchSlots */ export default class LogoTwitch extends SvelteComponentTyped< { [x: string]: any }, { [evt: string]: CustomEvent }, {} > {} export type LogoTwitchProps = typeof __propDef.props export type LogoTwitchEvents = typeof __propDef.events export type LogoTwitchSlots = typeof __propDef.slots import { SvelteComponentTyped } from 'svelte' declare const __propDef: { props: { [x: string]: any } events: { [evt: string]: CustomEvent } slots: {} } export {}