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