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