declare function _default({ onPreviewChange, customization, }: { onPreviewChange?: (() => void) | undefined; customization?: { snapLineWidth: number; snapLineColor: string; backgroundColor: string; brushBorderWidth: number; middleLinesColor: number; brushBorderColor: string; middleLinesWidth: string; resizeHandleBorderWidth: number; rotateHandleBorderWidth: number; resizeHandleBorderColor: string; rotateHandleBorderColor: string; hoveredElementBorderColor: number; hoveredElementBorderWidth: string; emptyImageBackgroundColor: string; selectedElementBorderWidth: number; selectedElementBorderColor: string; resizeHandleBackgroundColor: string; rotateHandleBackgroundColor: string; } | undefined; }): React.JSX.Element; export default _default; import React from 'react';