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