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