import { type IconProps } from "../../../base/index.ts";
declare const ReceiptRefund: import("svelte").Component<Omit<IconProps, "name" | "iconNode" | "type">, {}, "">;
type ReceiptRefund = ReturnType<typeof ReceiptRefund>;
export default ReceiptRefund;
