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