import type { TCommonComponentConfig } from 'autoprops'; import type { FC } from 'react'; import type { TAnyObject } from 'tsfn'; import type { TRect } from './types'; export declare type TMapInspectRect = { Component: FC | null; componentConfig: TCommonComponentConfig | null; componentPropsChildrenMap: Readonly | null; shouldInspect: boolean; selectedElementPath: string; componentWidth: number; componentHeight: number; }; export declare const mapInspectRect:

() => (arg: P & TMapInspectRect) => import("tsfn").TExtend, { setSelectedInspectRect: (arg: TRect | null) => void; }>, { blockNode: HTMLElement | null; }>, { setBlockNode: (arg: HTMLElement | null) => void; }>;