/** @typedef {typeof __propDef.props} VouchIconCaptionsProps */ /** @typedef {typeof __propDef.events} VouchIconCaptionsEvents */ /** @typedef {typeof __propDef.slots} VouchIconCaptionsSlots */ export default class VouchIconCaptions extends SvelteComponentTyped<{ [x: string]: never; }, { [evt: string]: CustomEvent; }, {}> { } export type VouchIconCaptionsProps = typeof __propDef.props; export type VouchIconCaptionsEvents = typeof __propDef.events; export type VouchIconCaptionsSlots = typeof __propDef.slots; import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: { [x: string]: never; }; events: { [evt: string]: CustomEvent; }; slots: {}; }; export {};