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