/// import { Bounds } from '../../../types'; import { BaseLayerProps } from '../base-layer'; import './index.scss'; export declare type RndLayerProps = BaseLayerProps & { scale?: number; onBoundsChange?: (bounds: Bounds) => void; onDragStart?: () => void; onDragStop?: () => void; onResizeStart?: () => void; onResizeStop?: () => void; }; export declare type RndLayerRef = {}; declare const _default: import("react").ForwardRefExoticComponent void; onDragStart?: () => void; onDragStop?: () => void; onResizeStart?: () => void; onResizeStop?: () => void; } & import("react").RefAttributes>; export default _default;