import type { SVGProps } from "react"; export interface PoundIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function PoundIcon({ className, size, color, ...props }: PoundIconProps): import("react").JSX.Element; //# sourceMappingURL=pound-icon.d.ts.map