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