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