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