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