import { MutableRefObject } from 'react';
import { ShapeType, CanvasUpdate } from '@shapeshop/core';
export * from '@shapeshop/core';

declare function useShapeShop<HTMLElement>(ref: MutableRefObject<HTMLElement>, shape: ShapeType, onCanvasUpdate?: (update: CanvasUpdate) => void): void;

export { useShapeShop };
