/** @typedef {typeof __propDef.props} BiCurrencyPoundProps */ /** @typedef {typeof __propDef.events} BiCurrencyPoundEvents */ /** @typedef {typeof __propDef.slots} BiCurrencyPoundSlots */ export default class BiCurrencyPound extends SvelteComponentTyped<{}, { [evt: string]: CustomEvent; }, {}> { } export type BiCurrencyPoundProps = typeof __propDef.props; export type BiCurrencyPoundEvents = typeof __propDef.events; export type BiCurrencyPoundSlots = typeof __propDef.slots; import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: {}; events: { [evt: string]: CustomEvent; }; slots: {}; }; export {};