import React from 'react'; import { DrawLayerProps, ShapeEditorProps, WrappedShapeProps } from '../types'; declare const EasyMode: React.FunctionComponent<{ drawLayerProps?: Partial; includeDrawLayer?: boolean; includeImageLayer?: boolean; includeSelectionLayer?: boolean; initialItemCount?: number; shapeEditorProps?: Partial; shapeProps?: Partial; }>; export default EasyMode;