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