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