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