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