/** @typedef {typeof __propDef.props} ReceiptPercentIconProps */ /** @typedef {typeof __propDef.events} ReceiptPercentIconEvents */ /** @typedef {typeof __propDef.slots} ReceiptPercentIconSlots */ export default class ReceiptPercentIcon extends SvelteComponentTyped<{ [x: string]: any; }, { [evt: string]: CustomEvent; }, {}> { } export type ReceiptPercentIconProps = typeof __propDef.props; export type ReceiptPercentIconEvents = typeof __propDef.events; export type ReceiptPercentIconSlots = typeof __propDef.slots; import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: { [x: string]: any; }; events: { [evt: string]: CustomEvent; }; slots: {}; }; export {};