import React from 'react'; import { Rect } from './types'; export declare function DebugLayers({ field, change, }: { field: { rect: Rect; bounds: Rect; }; change: { rect: Rect; bounds: Rect; }; }): React.JSX.Element; //# sourceMappingURL=DebugLayers.d.ts.map