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