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