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