import React from "react"; export declare const SVG_PARTS: any; export declare const PARTS_GROUPS: any; export interface BodyComponentProps { onClick?: Function; onChange?: Function; height?: string; width?: string; partsInput?: any; mode?: "missing" | "pain"; } export declare const BodyComponent: React.FC;