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