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