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