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