import type { ReactElement } from 'react'; import { type BuddyShape } from '../../lib/constants'; export { BODY_SIZE } from './constants'; export declare const SHAPE_BODY: Record ReactElement>; export interface ShapeFaceOffset { left: number; top: number; } export declare const SHAPE_FACE_OFFSET: Record;