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