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