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