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