import type { Components, JSX } from "../types/components"; interface RuxIconReceipt extends Components.RuxIconReceipt, HTMLElement {} export const RuxIconReceipt: { prototype: RuxIconReceipt; new (): RuxIconReceipt; };